Freigeben über


DacDeployOptions.IgnoreAuthorizer Eigenschaft

Definition

Ruft den booleschen Wert ab, der angibt, ob die Option AUTHORIZATION beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben soll, oder legt ihn fest.

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

Eigenschaftswert

True, wenn Unterschiede in der AUTHORIZATION-Option ignoriert werden sollen, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: