Partager via


Propriété DataSetInfo.ObjectDataSourceSelectMethodSignature

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 signature of the ObjectDataSourceSelectMethod property.

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

Syntaxe

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

value = instance.ObjectDataSourceSelectMethodSignature

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

Valeur de propriété

Type : System.String
The signature of the ObjectDataSourceSelectMethod property.

Voir aussi

Référence

DataSetInfo Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel