다음을 통해 공유


ExplicitPermissionInfo.IsDeny 속성

Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.

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

구문

‘선언
Public ReadOnly Property IsDeny As Boolean 
    Get
‘사용 방법
Dim instance As ExplicitPermissionInfo 
Dim value As Boolean 

value = instance.IsDeny
public bool IsDeny { get; }
public:
property bool IsDeny {
    bool get ();
}
member IsDeny : bool
function get IsDeny () : boolean

속성 값

유형: System.Boolean
true if the object is a denied permission; otherwise, false.

참고 항목

참조

ExplicitPermissionInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스