Sdílet prostřednictvím


DataSetInfo.TableAdapterFillMethod Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

DataSetInfo Class

Microsoft.ReportingServices.RdlObjectModel Namespace