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.