IProcessable Methods

 

Applies To: SQL Server (starting with 2016)

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

Methods

Name Description
System_CAPS_pubmethod CanProcess(ProcessType)

Indicates whether the IProcessable can perform the specified processing.

System_CAPS_pubmethod Process()

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

System_CAPS_pubmethod Process(ProcessType)

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

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration)

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

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

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

System_CAPS_pubmethod Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

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

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

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

See Also

IProcessable Interface
Microsoft.AnalysisServices Namespace

Return to top