Méthode IProcessable.Process (ProcessType, ErrorConfiguration, XmlaWarningCollection)

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 process type, error configuration and warnings.

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

Syntaxe

'Déclaration
Sub Process ( _
    processType As ProcessType, _
    errorConfiguration As ErrorConfiguration, _
    warnings As XmlaWarningCollection _
)
'Utilisation
Dim instance As IProcessable 
Dim processType As ProcessType 
Dim errorConfiguration As ErrorConfiguration 
Dim warnings As XmlaWarningCollection

instance.Process(processType, errorConfiguration, _
    warnings)
void Process(
    ProcessType processType,
    ErrorConfiguration errorConfiguration,
    XmlaWarningCollection warnings
)
void Process(
    ProcessType processType, 
    ErrorConfiguration^ errorConfiguration, 
    XmlaWarningCollection^ warnings
)
abstract Process : 
        processType:ProcessType * 
        errorConfiguration:ErrorConfiguration * 
        warnings:XmlaWarningCollection -> unit
function Process(
    processType : ProcessType, 
    errorConfiguration : ErrorConfiguration, 
    warnings : XmlaWarningCollection
)

Paramètres

Voir aussi

Référence

IProcessable Interface

Surcharge Process

Espace de noms Microsoft.AnalysisServices