Freigeben über


IProcessable.Process-Methode (ProcessType, ErrorConfiguration)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Parameter

Siehe auch

Verweis

IProcessable Schnittstelle

Process-Überladung

Microsoft.AnalysisServices-Namespace