次の方法で共有


DacExtractOptions.IgnoreUserLoginMappings プロパティ

定義

ユーザーとログイン情報のマッピングをそーすから引き出す必要があるかどうかを指定するブール値を取得または設定します。

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

プロパティ値

ユーザー ログインのマッピングを無視する場合は true、それ以外の場合は false。 既定値は false です。

属性

適用対象