Share via


Méthode CanProcess

Indicates whether the cube can perform the specified processing.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Overrides Function CanProcess ( _
    processType As ProcessType _
) As Boolean
'Utilisation
Dim instance As Cube
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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true if the cube can perform the specified processing; false otherwise.

Implémente

IProcessable. . :: . .CanProcess(ProcessType)