Proprietà DataSetInfo.ObjectDataSourceType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the type of the object data source.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ObjectDataSourceType As String
Get
Set
'Utilizzo
Dim instance As DataSetInfo
Dim value As String
value = instance.ObjectDataSourceType
instance.ObjectDataSourceType = value
public string ObjectDataSourceType { get; set; }
public:
property String^ ObjectDataSourceType {
String^ get ();
void set (String^ value);
}
member ObjectDataSourceType : string with get, set
function get ObjectDataSourceType () : String
function set ObjectDataSourceType (value : String)
Valore proprietà
Tipo: System.String
The type of the object data source.