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
參數
- processType
型別:Microsoft.AnalysisServices.ProcessType
The type of processing expected to be performed.
傳回值
型別:System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.