Compartir a través de


ExplicitPermissionInfo.IsDeny Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsDeny As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ExplicitPermissionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices