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 命名空间