Partager via


Membres PermissionInfo

The PermissionInfo class represents information regarding granted or denied privileges.

Le type PermissionInfo expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Returns the object as a String value. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Propriétés

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

Haut de la page