Membres ObjectPermissionInfo
The ObjectPermissionInfo object represents information about a SQL Server object permission.
Le type ObjectPermissionInfo expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ObjectPermissionInfo | Initializes a new instance of the ObjectPermissionInfo class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | Returns the object as a String value. (Hérité de PermissionInfo.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. (Hérité de PermissionInfo.) | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Hérité de PermissionInfo.) | |
GranteeType | Gets the type of grantee. (Hérité de PermissionInfo.) | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. (Hérité de PermissionInfo.) | |
GrantorType | Gets the type of grantor. (Hérité de PermissionInfo.) | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. (Hérité de PermissionInfo.) | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. (Hérité de PermissionInfo.) | |
ObjectName | Gets the name of the object to which the permission applies. (Hérité de PermissionInfo.) | |
ObjectSchema | Gets the schema of the object to which the permission applies. (Hérité de 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. (Hérité de PermissionInfo.) | |
PermissionType | Gets the type of permission. | |
PermissionTypeInternal | This is an internal property not meant to be used in your code. (Hérité de PermissionInfo.) |
Haut de la page