PermissionState 枚举
The PermissionState enumeration contains values that specify the state of a permission.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration PermissionState
用法
Dim instance As PermissionState
public enum PermissionState
public enum class PermissionState
type PermissionState
public enum PermissionState
成员
成员名称 | 说明 | |
---|---|---|
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. |