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
)

매개 변수

참고 항목

참조

ProcessableMajorObject 클래스

Process 오버로드

Microsoft.AnalysisServices 네임스페이스