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


Элементы PermissionInfo

The PermissionInfo class represents information regarding granted or denied privileges.

Тип PermissionInfo предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Returns the object as a String value. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойство ColumnName Gets the name of the column that has permissions granted or denied.
Открытое свойство Grantee Gets the name of the database user, logon, or database role who has been granted or denied access to the object.
Открытое свойство GranteeType Gets the type of grantee.
Открытое свойство Grantor Gets the name of the database user, logon, or database role who granted or denied access to the object.
Открытое свойство GrantorType Gets the type of grantor.
Открытое свойство ObjectClass Gets the object class for the object to which permissions have been granted or denied.
Открытое свойство ObjectID Gets the ID value that uniquely identifies the object to which the permission applies.
Открытое свойство ObjectName Gets the name of the object to which the permission applies.
Открытое свойство ObjectSchema Gets the schema of the object to which the permission applies.
Открытое свойство PermissionState Gets the permission state of the object to which the permission applies, such as whether the permission is granted, denied, granted with grant, or revoked.
Защищенное свойство PermissionTypeInternal This is an internal property not meant to be used in your code.

В начало