ServerPermissionInfo Miembros
The ServerPermissionInfo object represents information about a SQL Server server-level permission.
El tipo ServerPermissionInfo expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ServerPermissionInfo | Initializes a new instance of the ServerPermissionInfo class. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | Returns the object as a String value. (Se hereda de PermissionInfo). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. (Se hereda de PermissionInfo). | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Se hereda de PermissionInfo). | |
GranteeType | Gets the type of grantee. (Se hereda de PermissionInfo). | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. (Se hereda de PermissionInfo). | |
GrantorType | Gets the type of grantor. (Se hereda de PermissionInfo). | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. (Se hereda de PermissionInfo). | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. (Se hereda de PermissionInfo). | |
ObjectName | Gets the name of the object to which the permission applies. (Se hereda de PermissionInfo). | |
ObjectSchema | Gets the schema of the object to which the permission applies. (Se hereda 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. (Se hereda de PermissionInfo). | |
PermissionType | Gets the type of permission. | |
PermissionTypeInternal | This is an internal property not meant to be used in your code. (Se hereda de PermissionInfo). |
Principio
Vea también