Partager via


Méthode CanProcess

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

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

Syntaxe

'Déclaration
Function CanProcess ( _
    processType As ProcessType _
) As Boolean
'Utilisation
Dim instance As IProcessable
Dim processType As ProcessType
Dim returnValue As Boolean

returnValue = instance.CanProcess(processType)
bool CanProcess(
    ProcessType processType
)
bool CanProcess(
    ProcessType processType
)
abstract CanProcess : 
        processType:ProcessType -> bool 
function CanProcess(
    processType : ProcessType
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean