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 命名空间