Compartir a través de


Clase ObjectPermissionInfo

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

Jerarquía de herencia

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

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

Sintaxis

'Declaración
Public Class ObjectPermissionInfo _
    Inherits PermissionInfo
'Uso
Dim instance As ObjectPermissionInfo
public class ObjectPermissionInfo : PermissionInfo
public ref class ObjectPermissionInfo : public PermissionInfo
type ObjectPermissionInfo =  
    class 
        inherit PermissionInfo 
    end
public class ObjectPermissionInfo extends PermissionInfo

El tipo ObjectPermissionInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ObjectPermissionInfo Initializes a new instance of the ObjectPermissionInfo class.

Arriba

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

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

Arriba

Comentarios

The ObjectPermissionInfo object is returned by the EnumObjectPermissions method. It works in a similar way to the ServerPermissionInfo object and the EnumServerPermissions method shown in the example.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

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

Conceder, revocar y denegar permisos