StagingProcessResponse コンストラクター (StagingBatch, OperationResult)

指定されたバッチ ID と操作結果を持つ StagingProcessResponse クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    BatchId As StagingBatch, _
    OperationResult As OperationResult _
)
'使用
Dim BatchId As StagingBatch
Dim OperationResult As OperationResult

Dim instance As New StagingProcessResponse(BatchId, _
    OperationResult)
public StagingProcessResponse(
    StagingBatch BatchId,
    OperationResult OperationResult
)
public:
StagingProcessResponse(
    StagingBatch^ BatchId, 
    OperationResult^ OperationResult
)
new : 
        BatchId:StagingBatch * 
        OperationResult:OperationResult -> StagingProcessResponse
public function StagingProcessResponse(
    BatchId : StagingBatch, 
    OperationResult : OperationResult
)

パラメーター