共用方式為


IProcessable.CanProcess 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Indicates whether the IProcessable can perform the specified processing.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Function CanProcess ( _
    processType As ProcessType _
) As Boolean
'用途
Dim instance As IProcessable 
Dim processType As ProcessType 
Dim returnValue As Boolean 

returnValue = instance.CanProcess(processType)
bool CanProcess(
    ProcessType processType
)
bool CanProcess(
    ProcessType processType
)
abstract CanProcess : 
        processType:ProcessType -> bool
function CanProcess(
    processType : ProcessType
) : boolean

參數

傳回值

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

請參閱

參考

IProcessable 介面

Microsoft.AnalysisServices 命名空間