DacDeployOptions.IgnoreDefaultSchema Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l'opzione DEFAULT_SCHEMA dalla considerazione durante il confronto del modello di origine e di 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 di DEFAULT_SCHEMA; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a