Share via


DacDeployOptions.IgnoreDefaultSchema Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l’opzione DEFAULT_SCHEMA dalla considerazione durante il confronto dei modelli di origine e destinazione.

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

Valore della proprietà

True per ignorare le differenze nelle opzioni DEFAULT_SCHEMA; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Si applica a