Partilhar via


Propriedade do RDL DacExtractOptions.ExtractAllTableData

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

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DacExtractOptions Classe

Namespace Microsoft.SqlServer.Dac