ProcessableMajorObject.Process 메서드 (ProcessType, ErrorConfiguration)
Processes the ProcessableMajorObject with the specified process type.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
‘사용 방법
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
instance.Process(processType, errorConfiguration)
public void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration
)
public:
virtual void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration
) sealed
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
override Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
public final function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration
)
매개 변수
- processType
유형: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- errorConfiguration
유형: Microsoft.AnalysisServices.ErrorConfiguration
The error configuration.
구현
IProcessable.Process(ProcessType, ErrorConfiguration)