Partager via


Propriété DataSetInfo.ObjectDataSourceSelectMethod

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 name of the method that the object data source invokes to retrieve data.

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

Syntaxe

'Déclaration
Public Property ObjectDataSourceSelectMethod As String 
    Get 
    Set
'Utilisation
Dim instance As DataSetInfo 
Dim value As String 

value = instance.ObjectDataSourceSelectMethod

instance.ObjectDataSourceSelectMethod = value
public string ObjectDataSourceSelectMethod { get; set; }
public:
property String^ ObjectDataSourceSelectMethod {
    String^ get ();
    void set (String^ value);
}
member ObjectDataSourceSelectMethod : string with get, set
function get ObjectDataSourceSelectMethod () : String 
function set ObjectDataSourceSelectMethod (value : String)

Valeur de propriété

Type : System.String
The name of the method that the object data source invokes to retrieve data.

Voir aussi

Référence

DataSetInfo Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel