Método IProcessable.Process (ProcessType, ErrorConfiguration)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Executes a process that is associated with the IProcessable with the specified process type error configuration.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
'Uso
Dim instance As IProcessable
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
instance.Process(processType, errorConfiguration)
void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration
)
void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration
)
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration
)
Parâmetros
- processType
Tipo: Microsoft.AnalysisServices.ProcessType
The type of process to perform.
- errorConfiguration
Tipo: Microsoft.AnalysisServices.ErrorConfiguration
The configuration used for handling errors.