Énumération PermissionState

The PermissionState enumeration contains values that specify the state of a permission.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration PermissionState
'Utilisation
Dim instance As PermissionState
public enum PermissionState
public enum class PermissionState
type PermissionState
public enum PermissionState

Membres

Nom de membre Description
Deny The permission has been denied.
Revoke The permission has been revoked.
Grant The permission has been granted.
GrantWithGrant The permission has been granted with the ability to grant access to other users.

Notes

The PermissionState enumeration class is served by the PermissionState property.