Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the process type can be processed for a specified ProcessableMajorObject object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public MustOverride Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Usage
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
Dim returnValue As Boolean
returnValue = instance.CanProcess(processType)
public abstract bool CanProcess(
ProcessType processType
)
public:
virtual bool CanProcess(
ProcessType processType
) abstract
abstract CanProcess :
processType:ProcessType -> bool
public abstract function CanProcess(
processType : ProcessType
) : boolean
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of processing to evaluate.
Return Value
Type: System.Boolean
true if the specified process type can be processed; otherwise, false.
Implements
IProcessable.CanProcess(ProcessType)