DacExtractOptions.ExtractAllTableData Property

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

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

Syntax

'Declaration
Public Property ExtractAllTableData As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

DacExtractOptions Class

Microsoft.SqlServer.Dac Namespace