IProcessable.Process Method (ProcessType, ErrorConfiguration)

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

void Process(
    ProcessType processType,
    ErrorConfiguration errorConfiguration
)
void Process(
    ProcessType processType,
    ErrorConfiguration^ errorConfiguration
)
abstract Process : 
        processType:ProcessType *
        errorConfiguration:ErrorConfiguration -> unit
Sub Process (
    processType As ProcessType,
    errorConfiguration As ErrorConfiguration
)

Parameters

See Also

Process Overload
IProcessable Interface
Microsoft.AnalysisServices Namespace

Return to top