MiningModel.CanProcess(ProcessType) Method

Definition

Indicates whether the mining model can be processed with the specified process type.

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

Returns

true if the mining model can be processed; otherwise, false.

Applies to