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 mining structure can be processed with the specified ProcessType parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function CanProcess ( _
processType As ProcessType _
) As Boolean
'Usage
Dim instance As MiningStructure
Dim processType As ProcessType
Dim returnValue As Boolean
returnValue = instance.CanProcess(processType)
public override bool CanProcess(
ProcessType processType
)
public:
virtual bool CanProcess(
ProcessType processType
) override
abstract CanProcess :
processType:ProcessType -> bool
override CanProcess :
processType:ProcessType -> bool
public override function CanProcess(
processType : ProcessType
) : boolean
Parameter
- processType
Typ: Microsoft.AnalysisServices.ProcessType
A value from the CanProcess enumeration.
Rückgabewert
Typ: System.Boolean
true if the mining structure can be processed using the specified option; otherwise false.
Implementiert
IProcessable.CanProcess(ProcessType)