Compartilhar via


Membros PermissionInfo

The PermissionInfo class represents information regarding granted or denied privileges.

O tipo PermissionInfo expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns the object as a String value. (Substitui Object. . :: . .ToString() () () ().)

Início

Propriedades

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

Início