Share via


SqlDeploymentOptions.IgnoreLoginSids Property

Definition

Get boolean that specifies whether to exclude the SID option of the LOGIN object from consideration when comparing the source and target model.

public bool IgnoreLoginSids { get; }
member this.IgnoreLoginSids : bool
Public ReadOnly Property IgnoreLoginSids As Boolean

Property Value

True to ignore the SID option of the LOGIN object; otherwise, false. Default is true.

Applies to