Propriété DacExtractOptions.ExtractAllTableData
Get or set boolean that specifies whether data for all user tables will be extracted.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Property ExtractAllTableData As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
True if data for all user tables will be extracted; otherwise false. Default value is false.