Compartir a través de


DacExtractOptions.ExtractAllTableData Propiedad

Get or set boolean that specifies whether data for all user tables will be extracted.

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public Property ExtractAllTableData As Boolean 
    Get 
    Set
'Uso
Dim instance As DacExtractOptions 
Dim value As Boolean 

value = instance.ExtractAllTableData

instance.ExtractAllTableData = value
public bool ExtractAllTableData { get; set; }
public:
property bool ExtractAllTableData {
    bool get ();
    void set (bool value);
}
member ExtractAllTableData : bool with get, set
function get ExtractAllTableData () : boolean 
function set ExtractAllTableData (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if data for all user tables will be extracted; otherwise false. Default value is false.

Vea también

Referencia

DacExtractOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac