共用方式為


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。

屬性

適用於