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.