IProcessable.Process Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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 and 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. |
Process()
Executes a process that is associated with the IProcessable with the default type.
public void Process ();
abstract member Process : unit -> unit
Public Sub Process ()
Applies to
Process(ProcessType)
Executes a process that is associated with the IProcessable with the specified type.
public void Process (Microsoft.AnalysisServices.ProcessType processType);
abstract member Process : Microsoft.AnalysisServices.ProcessType -> unit
Public Sub Process (processType As ProcessType)
Parameters
- processType
- ProcessType
The type of process to perform.
Applies to
Process(ProcessType, ErrorConfiguration)
Executes a process that is associated with the IProcessable with the specified process type and error configuration.
public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration)
Parameters
- processType
- ProcessType
The type of process to perform.
- errorConfiguration
- ErrorConfiguration
The configuration used for handling errors.
Applies to
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)
Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration, Microsoft.AnalysisServices.XmlaWarningCollection warnings);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration * Microsoft.AnalysisServices.XmlaWarningCollection -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration, warnings As XmlaWarningCollection)
Parameters
- processType
- ProcessType
The type of process to perform.
- errorConfiguration
- ErrorConfiguration
The configuration used for handling errors.
- warnings
- XmlaWarningCollection
The collection of warnings associated with this object.
Applies to
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.
public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration, Microsoft.AnalysisServices.XmlaWarningCollection warnings, Microsoft.AnalysisServices.ImpactDetailCollection impactResult);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration * Microsoft.AnalysisServices.XmlaWarningCollection * Microsoft.AnalysisServices.ImpactDetailCollection -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration, warnings As XmlaWarningCollection, impactResult As ImpactDetailCollection)
Parameters
- processType
- ProcessType
The type of process to perform.
- errorConfiguration
- ErrorConfiguration
The configuration used for handling errors.
- warnings
- XmlaWarningCollection
The collection of warnings associated with this object.
- impactResult
- ImpactDetailCollection
The collection of detail on the ImpactDetailCollection.
Applies to
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.
public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration, Microsoft.AnalysisServices.XmlaWarningCollection warnings, Microsoft.AnalysisServices.ImpactDetailCollection impactResult, bool analyzeImpactOnly);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration * Microsoft.AnalysisServices.XmlaWarningCollection * Microsoft.AnalysisServices.ImpactDetailCollection * bool -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration, warnings As XmlaWarningCollection, impactResult As ImpactDetailCollection, analyzeImpactOnly As Boolean)
Parameters
- processType
- ProcessType
The type of process to perform.
- errorConfiguration
- ErrorConfiguration
The configuration used for handling errors.
- warnings
- XmlaWarningCollection
The collection of warnings associated with this object.
- impactResult
- ImpactDetailCollection
The collection of detail on the ImpactDetailCollection.
- analyzeImpactOnly
- Boolean
true to analyze impact only; otherwise, false.