Freigeben über


DataSetInfo.TableAdapterFillMethod-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the fill method of table adapter to fill a dataset.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property TableAdapterFillMethod As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The fill method of table adapter to fill a dataset.

Siehe auch

Verweis

DataSetInfo Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace