ProcessableMajorObject.CanProcess(ProcessType) 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.
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.