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
)

参数

实现

IProcessable.Process(ProcessType, ErrorConfiguration)

请参阅

参考

ProcessableMajorObject 类

Process 重载

Microsoft.AnalysisServices 命名空间