Condividi tramite


DacExtractOptions.ExtractAllTableData Proprietà

Definizione

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

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 verranno estratti i dati di tutte le tabelle utente; in caso contrario false. Il valore predefinito è false.

Attributi

Si applica a