IProcessable.Process メソッド (ProcessType, ErrorConfiguration)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
処理の種類のエラー構成を指定して、IProcessable に関連付けられている処理を実行します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration _
)
'使用
Dim instance As IProcessable
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
instance.Process(processType, errorConfiguration)
void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration
)
void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration
)
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration
)
パラメーター
- processType
型: Microsoft.AnalysisServices.ProcessType
実行する処理の種類です。
- errorConfiguration
型: Microsoft.AnalysisServices.ErrorConfiguration
エラー処理に使用する構成です。