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