次の方法で共有


IProcessable.Process メソッド (ProcessType, ErrorConfiguration, XmlaWarningCollection)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

処理の種類、エラー構成、および警告を指定して、IProcessable に関連付けられている処理を実行します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Sub Process ( _
    processType As ProcessType, _
    errorConfiguration As ErrorConfiguration, _
    warnings As XmlaWarningCollection _
)
'使用
Dim instance As IProcessable 
Dim processType As ProcessType 
Dim errorConfiguration As ErrorConfiguration 
Dim warnings As XmlaWarningCollection

instance.Process(processType, errorConfiguration, _
    warnings)
void Process(
    ProcessType processType,
    ErrorConfiguration errorConfiguration,
    XmlaWarningCollection warnings
)
void Process(
    ProcessType processType, 
    ErrorConfiguration^ errorConfiguration, 
    XmlaWarningCollection^ warnings
)
abstract Process : 
        processType:ProcessType * 
        errorConfiguration:ErrorConfiguration * 
        warnings:XmlaWarningCollection -> unit
function Process(
    processType : ProcessType, 
    errorConfiguration : ErrorConfiguration, 
    warnings : XmlaWarningCollection
)

パラメーター

関連項目

参照

IProcessable インターフェイス

Process オーバーロード

Microsoft.AnalysisServices 名前空間