Свойство 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