Compartir a través de


DacDeployOptions.IgnoreDefaultSchema Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe dejar de tener en cuenta la opción DEFAULT_SCHEMA al comparar los modelos 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 si se van a omitir las diferencias en la opción DEFAULT_SCHEMA; de lo contrario, false. El valor predeterminado es False.

Atributos

Se aplica a