IProcessable.Process Method (ProcessType, ErrorConfiguration, XmlaWarningCollection)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
Sub Process ( _
    processType As ProcessType, _
    errorConfiguration As ErrorConfiguration, _
    warnings As XmlaWarningCollection _
)
'Usage
Dim instance As IProcessable 
Dim processType As ProcessType 
Dim errorConfiguration As ErrorConfiguration 
Dim warnings As XmlaWarningCollection

instance.Process(processType, errorConfiguration, _
    warnings)
void Process(
    ProcessType processType,
    ErrorConfiguration errorConfiguration,
    XmlaWarningCollection warnings
)
void Process(
    ProcessType processType, 
    ErrorConfiguration^ errorConfiguration, 
    XmlaWarningCollection^ warnings
)
abstract Process : 
        processType:ProcessType * 
        errorConfiguration:ErrorConfiguration * 
        warnings:XmlaWarningCollection -> unit
function Process(
    processType : ProcessType, 
    errorConfiguration : ErrorConfiguration, 
    warnings : XmlaWarningCollection
)

Parameters

See Also

Reference

IProcessable Interface

Process Overload

Microsoft.AnalysisServices Namespace