Freigeben über


DacDeployOptions.IgnoreLoginSids Eigenschaft

Definition

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

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

Eigenschaftswert

True, wenn die SID-Option des LOGIN-Objekts ignoriert werden soll, andernfalls false. Der Standardwert ist "true".

Attribute

Gilt für: