IProcessable.CanProcess(ProcessType) Method

Definition

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

Boolean

true if the IProcessable can perform the specified processing; otherwise, false.

Applies to