PermissionInfo Members
Include Protected Members
Include Inherited Members
The PermissionInfo class represents information regarding granted or denied privileges.
The PermissionInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | ToString() | Returns the object as a String value. (Overrides Object.ToString().) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ColumnName | Gets the name of the column that has permissions granted or denied. | 
| .gif) | Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. | 
| .gif) | GranteeType | Gets the type of grantee. | 
| .gif) | Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. | 
| .gif) | GrantorType | Gets the type of grantor. | 
| .gif) | ObjectClass | Gets the object class for the object to which permissions have been granted or denied. | 
| .gif) | ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. | 
| .gif) | ObjectName | Gets the name of the object to which the permission applies. | 
| .gif) | ObjectSchema | Gets the schema of the object to which the permission applies. | 
| .gif) | 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. | 
| .gif) | PermissionTypeInternal | This is an internal property not meant to be used in your code. | 
Top