ServerPermissionInfo 멤버
The ServerPermissionInfo object represents information about a SQL Server server-level permission.
ServerPermissionInfo 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
ServerPermissionInfo | Initializes a new instance of the ServerPermissionInfo class. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | Returns the object as a String value. (PermissionInfo에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. (PermissionInfo에서 상속됩니다.) | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (PermissionInfo에서 상속됩니다.) | |
GranteeType | Gets the type of grantee. (PermissionInfo에서 상속됩니다.) | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. (PermissionInfo에서 상속됩니다.) | |
GrantorType | Gets the type of grantor. (PermissionInfo에서 상속됩니다.) | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. (PermissionInfo에서 상속됩니다.) | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. (PermissionInfo에서 상속됩니다.) | |
ObjectName | Gets the name of the object to which the permission applies. (PermissionInfo에서 상속됩니다.) | |
ObjectSchema | Gets the schema of the object to which the permission applies. (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. (PermissionInfo에서 상속됩니다.) | |
PermissionType | Gets the type of permission. | |
PermissionTypeInternal | This is an internal property not meant to be used in your code. (PermissionInfo에서 상속됩니다.) |
맨 위로 이동