Méthode IProcessable.Process (ProcessType)

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

Executes a process that is associated with the IProcessable with the specified type.

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

Syntaxe

'Déclaration
Sub Process ( _
    processType As ProcessType _
)
'Utilisation
Dim instance As IProcessable 
Dim processType As ProcessType

instance.Process(processType)
void Process(
    ProcessType processType
)
void Process(
    ProcessType processType
)
abstract Process : 
        processType:ProcessType -> unit
function Process(
    processType : ProcessType
)

Paramètres

Voir aussi

Référence

IProcessable Interface

Surcharge Process

Espace de noms Microsoft.AnalysisServices