다음을 통해 공유


DacExtractOptions.IgnorePermissions 속성

Get or set boolean that specifies whether permissions should be ignored.

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

구문

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

value = instance.IgnorePermissions

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

속성 값

유형: System.Boolean
True if permissions will be ignored; otherwise false. Default value is true.

참고 항목

참조

DacExtractOptions 클래스

Microsoft.SqlServer.Dac 네임스페이스