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。

属性

适用于