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 | |
---|---|---|
LastProcessed | Infraestructura. Gets the date and time on which the IProcessable was last processed. | |
State | Infraestructura. Gets the current state of the IProcessable that was last processed. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CanProcess | Infraestructura. Indicates whether the IProcessable can perform the specified processing. | |
Process() | Infraestructura. Executes a process that is associated with the IProcessable with the default type. | |
Process(ProcessType) | Infraestructura. Executes a process that is associated with the IProcessable with the specified type. | |
Process(ProcessType, ErrorConfiguration) | Infraestructura. Executes a process that is associated with the IProcessable with the specified process type error configuration. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | Infraestructura. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings. | |
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. | |
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