PermissionInfo Members

Include Protected Members
Include Inherited Members

The PermissionInfo class represents information regarding granted or denied privileges.

The PermissionInfo type exposes the following members.

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. (Overrides Object.ToString().)

Top

Properties

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

Top