Partager via


Propriété DataSetInfo.TableAdapterFillMethod

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TableAdapterFillMethod As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DataSetInfo Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel