ProcessableMajorObject.Process 方法 (ProcessType, WriteBackTableCreation)
Processes the ProcessableMajorObject with the specified process type and writeback option.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub Process ( _
processType As ProcessType, _
writebackOption As WriteBackTableCreation _
)
'用途
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
)
參數
- processType
型別:Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- writebackOption
型別:Microsoft.AnalysisServices.WriteBackTableCreation
The writeback option.