अंग्रेज़ी में पढ़ें

इसके माध्यम से साझा किया गया


IProcessable.CanProcess Method

This API supports the SQL Server 2012 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

C#
bool CanProcess(
    ProcessType processType
)

Parameters

Return Value

Type: System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.

See Also

Reference

IProcessable Interface

Microsoft.AnalysisServices Namespace