Compartir a través de


ServerPermissionInfo Miembros

The ServerPermissionInfo object represents information about a SQL Server server-level permission.

El tipo ServerPermissionInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ServerPermissionInfo Initializes a new instance of the ServerPermissionInfo class.

Principio

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. (Se hereda de PermissionInfo).

Principio

Propiedades

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

Principio