DatabasePermissionInfo-Member

The DatabasePermissionInfo object represents information about a SQL Server database permission.

Der DatabasePermissionInfo-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DatabasePermissionInfo Initializes a new instance of the DatabasePermissionInfo class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns the object as a String value. (Geerbt von PermissionInfo.)

Zum Anfang

Eigenschaften

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

Zum Anfang