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