Método ProcessableMajorObject.Process (ProcessType, ErrorConfiguration)
Processes the ProcessableMajorObject with the specified process type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
'Uso
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
instance.Process(processType, errorConfiguration)
public void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration
)
public:
virtual void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration
) sealed
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
override Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
public final function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration
)
Parâmetros
- processType
Tipo: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- errorConfiguration
Tipo: Microsoft.AnalysisServices.ErrorConfiguration
The error configuration.
Implementa
IProcessable.Process(ProcessType, ErrorConfiguration)