Partager via


Propriété DataSetInfo.ObjectDataSourceType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the type of the object data source.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ObjectDataSourceType As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The type of the object data source.

Voir aussi

Référence

DataSetInfo Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel