Partition.CanProcess(ProcessType) Method

Definition

Returns an indication whether the partition can be processed with the specified ProcessType parameter.

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 specified type of processing for the partition.

Returns

true if the partition can be processed with the specified parameter; otherwise, false.

Applies to