言語

DacDeployOptions.IgnoreLoginSids プロパティ

定義

ソース モデルとターゲット モデルを比較するときに、LOGIN オブジェクトの SID オプションを考慮から除外するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

LOGIN オブジェクトの SID オプションを無視する場合は True。それ以外の場合は false。 既定値は True です。

属性

適用対象