Database.CanProcess(ProcessType) Method

Definition

Indicates whether the cube can perform the specified processing.

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 expected to be performed.

Returns

true if the cube can perform the specified processing; false otherwise.

Applies to