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
)
参数
- type
类型:Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- source
类型:Microsoft.AnalysisServices.Binding
The source.