다음을 통해 공유


DacExtractOptions.IgnoreUserLoginMappings 속성

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

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public Property IgnoreUserLoginMappings As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As DacExtractOptions 
Dim value As Boolean 

value = instance.IgnoreUserLoginMappings

instance.IgnoreUserLoginMappings = value
public bool IgnoreUserLoginMappings { get; set; }
public:
property bool IgnoreUserLoginMappings {
    bool get ();
    void set (bool value);
}
member IgnoreUserLoginMappings : bool with get, set
function get IgnoreUserLoginMappings () : boolean 
function set IgnoreUserLoginMappings (value : boolean)

속성 값

유형: System.Boolean
True if user login mappings will be ignored; otherwise false. Default value is false.

참고 항목

참조

DacExtractOptions 클래스

Microsoft.SqlServer.Dac 네임스페이스