Partager via


Méthode IProcessable.CanProcess

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

Indicates whether the IProcessable can perform the specified processing.

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
true if the IProcessable can perform the specified processing; otherwise, false.

Voir aussi

Référence

IProcessable Interface

Espace de noms Microsoft.AnalysisServices