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)
'Declaration
Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Usage
Dim instance As IProcessable
Dim processType As ProcessType
Dim returnValue As Boolean
returnValue = instance.CanProcess(processType)
C#
bool CanProcess(
ProcessType processType
)
bool CanProcess(
ProcessType processType
)
abstract CanProcess :
processType:ProcessType -> bool
function CanProcess(
processType : ProcessType
) : boolean
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of processing expected to be performed.
Type: System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.