Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.