Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- processType
Typ: Microsoft.AnalysisServices.ProcessType
The type of processing to evaluate.
Rückgabewert
Typ: System.Boolean
true if the specified process type can be processed; otherwise, false.
Implementiert
IProcessable.CanProcess(ProcessType)