Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the mining model can be processed with the specified process type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Usage
Dim instance As MiningModel
Dim processType As ProcessType
Dim returnValue As Boolean
returnValue = instance.CanProcess(processType)
public override bool CanProcess(
ProcessType processType
)
public:
virtual bool CanProcess(
ProcessType processType
) override
abstract CanProcess :
processType:ProcessType -> bool
override CanProcess :
processType:ProcessType -> bool
public override function CanProcess(
processType : ProcessType
) : boolean
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The specified process type.
Return Value
Type: System.Boolean
true if the mining model can be processed; otherwise, false.
Implements
IProcessable.CanProcess(ProcessType)