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


Элементы ObjectPermissionInfo

The ObjectPermissionInfo object represents information about a SQL Server object permission.

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

Конструкторы

  Имя Описание
Открытый метод ObjectPermissionInfo Initializes a new instance of the ObjectPermissionInfo class.

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство ColumnName Gets the name of the column that has permissions granted or denied. (Наследуется из PermissionInfo.)
Открытое свойство Grantee Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Наследуется из PermissionInfo.)
Открытое свойство GranteeType Gets the type of grantee. (Наследуется из PermissionInfo.)
Открытое свойство Grantor Gets the name of the database user, logon, or database role who granted or denied access to the object. (Наследуется из PermissionInfo.)
Открытое свойство GrantorType Gets the type of grantor. (Наследуется из PermissionInfo.)
Открытое свойство ObjectClass Gets the object class for the object to which permissions have been granted or denied. (Наследуется из PermissionInfo.)
Открытое свойство ObjectID Gets the ID value that uniquely identifies the object to which the permission applies. (Наследуется из PermissionInfo.)
Открытое свойство ObjectName Gets the name of the object to which the permission applies. (Наследуется из PermissionInfo.)
Открытое свойство ObjectSchema Gets the schema of the object to which the permission applies. (Наследуется из PermissionInfo.)
Открытое свойство 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. (Наследуется из PermissionInfo.)
Открытое свойство PermissionType Gets the type of permission.
Защищенное свойство PermissionTypeInternal This is an internal property not meant to be used in your code. (Наследуется из PermissionInfo.)

В начало