PermissionInfo-Member

The PermissionInfo class represents information regarding granted or denied privileges.

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

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. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Eigenschaften

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

Zum Anfang