ProcessableMajorObject.Process Method (ProcessType, WriteBackTableCreation)
Processes the ProcessableMajorObject with the specified process type and writeback option.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Process ( _
processType As ProcessType, _
writebackOption As WriteBackTableCreation _
)
'Usage
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
)
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- writebackOption
Type: Microsoft.AnalysisServices.WriteBackTableCreation
The writeback option.