Dimension.CanProcess(ProcessType) Method

Definition

Sends a processing type to the server and indicates whether that process type can take place for the Dimension object.

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 the process.

Returns

true if the ProcessType object that contains information about the processing type available on the Server indicates that processing can take place; otherwise, false.

Applies to