Compartir a través de


Clase ExplicitPermissionInfo

Describes one permission entry in explicit list of permissions of an object.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo

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

Sintaxis

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

El tipo ExplicitPermissionInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ExplicitPermissionInfo Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Grantee Gets the name of the principle that granted the permission.
Propiedad pública Grantor Gets the name of the principle that grants the permission.
Propiedad pública IsDeny Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Propiedad pública PermissionType Gets the type of the permission.

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

Arriba

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.IntegrationServices