Condividi tramite


Metodo ProcessableMajorObject.Process (ProcessType, WriteBackTableCreation)

Processes the ProcessableMajorObject with the specified process type and writeback option.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub Process ( _
    processType As ProcessType, _
    writebackOption As WriteBackTableCreation _
)
'Utilizzo
Dim instance As ProcessableMajorObject 
Dim processType As ProcessType 
Dim writebackOption As WriteBackTableCreation

instance.Process(processType, writebackOption)
public void Process(
    ProcessType processType,
    WriteBackTableCreation writebackOption
)
public:
void Process(
    ProcessType processType, 
    WriteBackTableCreation writebackOption
)
member Process : 
        processType:ProcessType * 
        writebackOption:WriteBackTableCreation -> unit
public function Process(
    processType : ProcessType, 
    writebackOption : WriteBackTableCreation
)

Parametri

Vedere anche

Riferimento

ProcessableMajorObject Classe

Overload Process

Spazio dei nomi Microsoft.AnalysisServices