IProcessable.CanProcess Method (ProcessType)
Applies To: SQL Server (starting with 2016)
Indicates whether the IProcessable can perform the specified processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
bool CanProcess(
ProcessType processType
)
bool CanProcess(
ProcessType processType
)
abstract CanProcess :
processType:ProcessType -> bool
Function CanProcess (
processType As ProcessType
) As Boolean
Parameters
processType
Type: Microsoft.AnalysisServices.ProcessTypeThe type of processing expected to be performed.
Return Value
Type: System.Boolean
true if the IProcessable can perform the specified processing; otherwise, false.
See Also
IProcessable Interface
Microsoft.AnalysisServices Namespace
Return to top