Membros ObjectPermissionInfo
The ObjectPermissionInfo object represents information about a SQL Server object permission.
O tipo ObjectPermissionInfo expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ObjectPermissionInfo | Initializes a new instance of the ObjectPermissionInfo class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns the object as a String value. (Herdado de PermissionInfo.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. (Herdado de PermissionInfo.) | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Herdado de PermissionInfo.) | |
GranteeType | Gets the type of grantee. (Herdado de PermissionInfo.) | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. (Herdado de PermissionInfo.) | |
GrantorType | Gets the type of grantor. (Herdado de PermissionInfo.) | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. (Herdado de PermissionInfo.) | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. (Herdado de PermissionInfo.) | |
ObjectName | Gets the name of the object to which the permission applies. (Herdado de PermissionInfo.) | |
ObjectSchema | Gets the schema of the object to which the permission applies. (Herdado 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. (Herdado de PermissionInfo.) | |
PermissionType | Gets the type of permission. | |
PermissionTypeInternal | This is an internal property not meant to be used in your code. (Herdado de PermissionInfo.) |
Início