Condividi tramite


Proprietà DataSetInfo.ObjectDataSourceSelectMethod

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the name of the method that the object data source invokes to retrieve data.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ObjectDataSourceSelectMethod As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DataSetInfo Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel