IProcessable.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 | |
---|---|---|
Process() | Executes a process that is associated with the IProcessable with the default type. |
|
Process(ProcessType) | Executes a process that is associated with the IProcessable with the specified type. |
|
Process(ProcessType, ErrorConfiguration) | Executes a process that is associated with the IProcessable with the specified process type error configuration. |
|
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings. |
|
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. |
|
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