Metodo IProcessable.Process (ProcessType, ErrorConfiguration)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Executes a process that is associated with the IProcessable with the specified process type error configuration.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Sub Process ( _
    processType As ProcessType, _
    errorConfiguration As ErrorConfiguration _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IProcessable Interfaccia

Overload Process

Spazio dei nomi Microsoft.AnalysisServices