Compartilhar via


DacDeployOptions.IgnoreAuthorizer Propriedade

Definição

Obtém ou define um booliano que especifica se deve-se desconsiderar ou não a opção AUTHORIZATION ao comparar os modelos de origem e 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 da propriedade

True para ignorar as diferenças na opção AUTHORIZATION; caso contrário, false. O padrão é false.

Atributos

Aplica-se a