Lingua

DacExtractOptions.ExtractAllTableData Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se i dati per tutte le tabelle utente verranno estratti.

public bool ExtractAllTableData { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractAllTableData")]
public bool ExtractAllTableData { get; set; }
member this.ExtractAllTableData : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractAllTableData")>]
member this.ExtractAllTableData : bool with get, set
Public Property ExtractAllTableData As Boolean

Valore della proprietà

True se i dati per tutte le tabelle utente verranno estratti; in caso contrario false. Il valore predefinito è false.

Attributi

Si applica a