ServerPermissionInfo Members

Include Protected Members
Include Inherited Members

The ServerPermissionInfo object represents information about a SQL Server server-level permission.

The ServerPermissionInfo type exposes the following members.

Constructors

  Name Description
Public method ServerPermissionInfo() Initializes a new instance of the ServerPermissionInfo class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns the object as a String value. (Inherited from PermissionInfo.)

Top

Properties

  Name Description
Public property ColumnName Gets the name of the column that has permissions granted or denied. (Inherited from PermissionInfo.)
Public property Grantee Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Inherited from PermissionInfo.)
Public property GranteeType Gets the type of grantee. (Inherited from PermissionInfo.)
Public property Grantor Gets the name of the database user, logon, or database role who granted or denied access to the object. (Inherited from PermissionInfo.)
Public property GrantorType Gets the type of grantor. (Inherited from PermissionInfo.)
Public property ObjectClass Gets the object class for the object to which permissions have been granted or denied. (Inherited from PermissionInfo.)
Public property ObjectID Gets the ID value that uniquely identifies the object to which the permission applies. (Inherited from PermissionInfo.)
Public property ObjectName Gets the name of the object to which the permission applies. (Inherited from PermissionInfo.)
Public property ObjectSchema Gets the schema of the object to which the permission applies. (Inherited from PermissionInfo.)
Public property 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. (Inherited from PermissionInfo.)
Public property PermissionType Gets the type of permission.
Protected property PermissionTypeInternal This is an internal property not meant to be used in your code. (Inherited from PermissionInfo.)

Top