MiningStructure.CanProcess Method (ProcessType)

 

Applies To: SQL Server 2016 Preview

Indicates whether the mining structure can be processed with the specified ProcessType parameter.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public override bool CanProcess(
    ProcessType processType
)
public:
virtual bool CanProcess(
    ProcessType processType
) override
override CanProcess : 
        processType:ProcessType -> bool
Public Overrides Function CanProcess (
    processType As ProcessType
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

Implements

IProcessable.CanProcess(ProcessType)

See Also

MiningStructure Class
Microsoft.AnalysisServices Namespace

Return to top