Поделиться через


Перечисление 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.