IProcessable.CanProcess Method (ProcessType)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates whether the IProcessable can perform the specified processing.

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

Syntax

bool CanProcess(
    ProcessType processType
)
bool CanProcess(
    ProcessType processType
)
abstract CanProcess : 
        processType:ProcessType -> bool
Function CanProcess (
    processType As ProcessType
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the IProcessable can perform the specified processing; otherwise, false.

See Also

IProcessable Interface
Microsoft.AnalysisServices Namespace

Return to top