IProcessable.Process Method (ProcessType)

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

void Process(
    ProcessType processType
)
void Process(
    ProcessType processType
)
abstract Process : 
        processType:ProcessType -> unit
Sub Process (
    processType As ProcessType
)

Parameters

See Also

Process Overload
IProcessable Interface
Microsoft.AnalysisServices Namespace

Return to top