DacExtractOptions.IgnoreUserLoginMappings Property

Definition

Get or set boolean that specifies whether mappings between users and logins should be extracted from the source.

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

Property Value

True if user login mappings will be ignored; otherwise false. Default value is false.

Attributes

Applies to