Partager via


Membres ObjectPermissionInfo

The ObjectPermissionInfo object represents information about a SQL Server object permission.

Le type ObjectPermissionInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ObjectPermissionInfo Initializes a new instance of the ObjectPermissionInfo class.

Haut de la page

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. (Hérité de PermissionInfo.)

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

Haut de la page