ProcessableMajorObject.Process 方法 (ProcessType, Binding)

Processes the ProcessableMajorObject with the specified process type.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub Process ( _
    type As ProcessType, _
    source As Binding _
)
'用途
Dim instance As ProcessableMajorObject 
Dim type As ProcessType 
Dim source As Binding

instance.Process(type, source)
public void Process(
    ProcessType type,
    Binding source
)
public:
void Process(
    ProcessType type, 
    Binding^ source
)
member Process : 
        type:ProcessType * 
        source:Binding -> unit
public function Process(
    type : ProcessType, 
    source : Binding
)

參數

請參閱

參考

ProcessableMajorObject 類別

Process 多載

Microsoft.AnalysisServices 命名空間