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 命名空间