DacDeployOptions.IgnoreDefaultSchema Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe excluir la opción DEFAULT_SCHEMA de tener en cuenta al comparar el modelo de origen y de destino.

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

Valor de propiedad

True para omitir las diferencias en las opciones de DEFAULT_SCHEMA; de lo contrario, false. El valor predeterminado es falso.

Atributos

Se aplica a