次の方法で共有


Process メソッド (ProcessType, ErrorConfiguration)

名前空間:  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)