ProcessableMajorObject.CanProcess Method (ProcessType)

 

Applies To: SQL Server 2016 Preview

Indicates whether the process type can be processed for a specified ProcessableMajorObject object.

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

Syntax

public abstract bool CanProcess(
    ProcessType processType
)
public:
virtual bool CanProcess(
    ProcessType processType
) abstract
abstract CanProcess : 
        processType:ProcessType -> bool
Public MustOverride Function CanProcess (
    processType As ProcessType
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the specified process type can be processed; otherwise, false.

Implements

IProcessable.CanProcess(ProcessType)

See Also

ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top