MeasureGroup.CanProcess(ProcessType) Method

Definition

Returns an indication whether that process type can take place for the MeasureGroup object.

public override bool CanProcess (Microsoft.AnalysisServices.ProcessType processType);
override this.CanProcess : Microsoft.AnalysisServices.ProcessType -> bool
Public Overrides Function CanProcess (processType As ProcessType) As Boolean

Parameters

processType
ProcessType

The type of processing to evaluate.

Returns

True if the specified processType can be processed given the MeasureGroup; otherwise, false.

Applies to