Compartir a través de


Interfaz IProcessable

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an object that is processable.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Uso
Dim instance As IProcessable
[GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface IProcessable
[GuidAttribute(L"69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface class IProcessable
[<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")>]
type IProcessable =  interface end
public interface IProcessable

El tipo IProcessable expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública LastProcessed Infraestructura. Gets the date and time on which the IProcessable was last processed.
Propiedad pública State Infraestructura. Gets the current state of the IProcessable that was last processed.

Arriba

Métodos

  Nombre Descripción
Método público CanProcess Infraestructura. Indicates whether the IProcessable can perform the specified processing.
Método público Process() Infraestructura. Executes a process that is associated with the IProcessable with the default type.
Método público Process(ProcessType) Infraestructura. Executes a process that is associated with the IProcessable with the specified type.
Método público Process(ProcessType, ErrorConfiguration) Infraestructura. Executes a process that is associated with the IProcessable with the specified process type error configuration.
Método público Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) Infraestructura. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
Método público Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) Infraestructura. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Método público Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) Infraestructura. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices