Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The PermissionState enumeration contains values that specify the state of a permission.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration PermissionState
'Usage
Dim instance As PermissionState
public enum PermissionState
public enum class PermissionState
type PermissionState
public enum PermissionState
Members
| Member name | Description | |
|---|---|---|
| Deny | The permission has been denied. | |
| Grant | The permission has been granted. | |
| GrantWithGrant | The permission has been granted with the ability to grant access to other users. | |
| Revoke | The permission has been revoked. |
Remarks
The PermissionState enumeration class is served by the PermissionState property.