Элементы ServerPermissionInfo
The ServerPermissionInfo object represents information about a SQL Server server-level permission.
Тип ServerPermissionInfo предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ServerPermissionInfo | Initializes a new instance of the ServerPermissionInfo 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.) |
В начало
См. также