ProcessableMajorObject.Process Method

Definition

Overloads

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

Processes the ProcessableMajorObject with the specified process type, error handling configuration, warnings and impact details.

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

Processes the ProcessableMajorObject with the specified process type, error handling configuration and warnings.

Process(ProcessType, WriteBackTableCreation)

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

Process(ProcessType, ErrorConfiguration)

Processes the ProcessableMajorObject with the specified process type and error handling configuration.

Process()

Processes the ProcessableMajorObject.

Process(ProcessType)

Processes the ProcessableMajorObject with the specified process type.

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

Processes the ProcessableMajorObject with the specified process type, error handling configuration, warnings and impact details.

Process(ProcessType, IBinding)

Processes the ProcessableMajorObject with the specified process type and binding.

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

Processes the ProcessableMajorObject with the specified process type, error handling 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
override this.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 processing for the object.

errorConfiguration
ErrorConfiguration

The error handling configuration.

warnings
XmlaWarningCollection

The collection of warnings associated with this object.

impactResult
ImpactDetailCollection

The collection of detail on the ImpactDetailCollection.

Implements

Applies to

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

Processes the ProcessableMajorObject with the specified process type, error handling 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
override this.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 processing for the object.

errorConfiguration
ErrorConfiguration

The error handling configuration.

warnings
XmlaWarningCollection

The collection of warnings associated with this object.

Implements

Applies to

Process(ProcessType, WriteBackTableCreation)

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

public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.WriteBackTableCreation writebackOption);
member this.Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.WriteBackTableCreation -> unit
Public Sub Process (processType As ProcessType, writebackOption As WriteBackTableCreation)

Parameters

processType
ProcessType

The type of processing for the object.

writebackOption
WriteBackTableCreation

The writeback option.

Applies to

Process(ProcessType, ErrorConfiguration)

Processes the ProcessableMajorObject with the specified process type and error handling configuration.

public void Process (Microsoft.AnalysisServices.ProcessType processType, Microsoft.AnalysisServices.ErrorConfiguration errorConfiguration);
abstract member Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration -> unit
override this.Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.ErrorConfiguration -> unit
Public Sub Process (processType As ProcessType, errorConfiguration As ErrorConfiguration)

Parameters

processType
ProcessType

The type of processing for the object.

errorConfiguration
ErrorConfiguration

The error handling configuration.

Implements

Applies to

Process()

Processes the ProcessableMajorObject.

public void Process ();
abstract member Process : unit -> unit
override this.Process : unit -> unit
Public Sub Process ()

Implements

Applies to

Process(ProcessType)

Processes the ProcessableMajorObject with the specified process type.

public void Process (Microsoft.AnalysisServices.ProcessType processType);
abstract member Process : Microsoft.AnalysisServices.ProcessType -> unit
override this.Process : Microsoft.AnalysisServices.ProcessType -> unit
Public Sub Process (processType As ProcessType)

Parameters

processType
ProcessType

The type of processing for the object.

Implements

Applies to

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

Processes the ProcessableMajorObject with the specified process type, error handling 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
override this.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 processing for the object.

errorConfiguration
ErrorConfiguration

The error handling configuration.

warnings
XmlaWarningCollection

The collection of warnings associated with this object.

impactResult
ImpactDetailCollection

The collection of detail on the ImpactDetailCollection.

analyzeImpactOnly
Boolean

true to analyze only the impact; otherwise, false.

Implements

Applies to

Process(ProcessType, IBinding)

Processes the ProcessableMajorObject with the specified process type and binding.

public void Process (Microsoft.AnalysisServices.ProcessType type, Microsoft.AnalysisServices.Core.IBinding source);
member this.Process : Microsoft.AnalysisServices.ProcessType * Microsoft.AnalysisServices.Core.IBinding -> unit
Public Sub Process (type As ProcessType, source As IBinding)

Parameters

type
ProcessType

The type of processing for the object.

source
IBinding

The source binding.

Applies to