Proprietà ExplicitPermissionInfo.IsDeny
Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsDeny As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the object is a denied permission; otherwise, false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices