MiningStructure.CanProcess(ProcessType) Method

Definition

Indicates whether the mining structure 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

A value from the CanProcess enumeration.

Returns

true if the mining structure can be processed using the specified option; otherwise false.

Applies to