Compartir a través de


DacDeployOptions.IgnoreAuthorizer Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe dejar de tener en cuenta la opción AUTHORIZATION al comparar los modelos de origen y de destino.

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

Valor de propiedad

True si se van a omitir las diferencias en la opción AUTHORIZATION; de lo contrario, false. El valor predeterminado es False.

Atributos

Se aplica a