Membri ObjectPermissionInfo
The ObjectPermissionInfo object represents information about a SQL Server object permission.
Il tipo ObjectPermissionInfo espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ObjectPermissionInfo | Initializes a new instance of the ObjectPermissionInfo class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | Returns the object as a String value. (Ereditato da PermissionInfo). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. (Ereditato da PermissionInfo). | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Ereditato da PermissionInfo). | |
GranteeType | Gets the type of grantee. (Ereditato da PermissionInfo). | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. (Ereditato da PermissionInfo). | |
GrantorType | Gets the type of grantor. (Ereditato da PermissionInfo). | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. (Ereditato da PermissionInfo). | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. (Ereditato da PermissionInfo). | |
ObjectName | Gets the name of the object to which the permission applies. (Ereditato da PermissionInfo). | |
ObjectSchema | Gets the schema of the object to which the permission applies. (Ereditato da 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. (Ereditato da PermissionInfo). | |
PermissionType | Gets the type of permission. | |
PermissionTypeInternal | This is an internal property not meant to be used in your code. (Ereditato da PermissionInfo). |
In alto
Vedere anche