PermissionInfo 成員
The PermissionInfo class represents information regarding granted or denied privileges.
PermissionInfo 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | Returns the object as a String value. (覆寫 Object. . :: . .ToString() () () ()。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. | |
GranteeType | Gets the type of grantee. | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. | |
GrantorType | Gets the type of grantor. | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. | |
ObjectName | Gets the name of the object to which the permission applies. | |
ObjectSchema | Gets the schema of the object to which the permission applies. | |
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. | |
PermissionTypeInternal | This is an internal property not meant to be used in your code. |
頂端