Compartir a través de


DataSetInfo.TableAdapterFillMethod Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property TableAdapterFillMethod As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DataSetInfo Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel