Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsDeny As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the object is a denied permission; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices