다음을 통해 공유


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입니다.

특성

적용 대상