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.
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.

注释

The PermissionState enumeration class is served by the PermissionState property.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间