ProcessableMajorObject.Process Method

 

Applies To: SQL Server (starting with 2016)

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

Overload List

Name Description
System_CAPS_pubmethod Process()

Processes the ProcessableMajorObject.

System_CAPS_pubmethod Process(ProcessType)

Processes the ProcessableMajorObject with the specified process type.

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration)

Processes the ProcessableMajorObject with the specified process type.

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

Processes the ProcessableMajorObject with the specified process type.

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

Processes the ProcessableMajorObject with the specified process type.

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean)

Processes the ProcessableMajorObject with the specified process type.

System_CAPS_pubmethod Process(ProcessType, IBinding)

System_CAPS_pubmethod Process(ProcessType, WriteBackTableCreation)

Processes the ProcessableMajorObject with the specified process type and writeback option.

See Also

ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top