Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.