Compartir a través de


PermissionInfo Miembros

The PermissionInfo class represents information regarding granted or denied privileges.

El tipo PermissionInfo expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns the object as a String value. (Invalida Object. . :: . .ToString() () () ().)

Principio

Propiedades

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

Principio