Share via


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.

備註

The PermissionState enumeration class is served by the PermissionState property.