IProcessable.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.
Indicates whether the IProcessable can perform the specified processing.
public bool CanProcess (Microsoft.AnalysisServices.ProcessType processType);
abstract member CanProcess : Microsoft.AnalysisServices.ProcessType -> bool
Public Function CanProcess (processType As ProcessType) As Boolean
Parameters
- processType
- ProcessType
The type of processing expected to be performed.
Returns
true if the IProcessable can perform the specified processing; otherwise, false.