ProcessableMajorObject.CanProcess(ProcessType) Method

Definition

Provides an indication if the object can process the specified process-type.

public abstract bool CanProcess (Microsoft.AnalysisServices.ProcessType processType);
abstract member CanProcess : Microsoft.AnalysisServices.ProcessType -> bool
Public MustOverride Function CanProcess (processType As ProcessType) As Boolean

Parameters

processType
ProcessType

The type of processing to validate.

Returns

An indication if the process-type is valid.

Implements

Applies to