Compartir a través de


Clase PermissionInfo

The PermissionInfo class represents information regarding granted or denied privileges.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Smo.PermissionInfo
    Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo
    Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo
    Microsoft.SqlServer.Management.Smo.ServerPermissionInfo

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Class PermissionInfo
'Uso
Dim instance As PermissionInfo
public class PermissionInfo
public ref class PermissionInfo
type PermissionInfo =  class end
public class PermissionInfo

El tipo PermissionInfo expone los siguientes miembros.

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 Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.

Arriba

Métodos

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

Arriba

Comentarios

The PermissionInfo object is returned by the EnumObjectPermissions method.

Ejemplos

Conceder, revocar y denegar permisos

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

sys.syspermissions (Transact-SQL)