次の方法で共有


StagingProcessResponse コンストラクター

定義

StagingProcessResponse クラスの新しいインスタンスを初期化します。

オーバーロード

StagingProcessResponse()

StagingProcessResponse クラスの既定値を持つ新しいインスタンスを初期化します。

StagingProcessResponse(StagingBatch, OperationResult)

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

StagingProcessResponse()

StagingProcessResponse クラスの既定値を持つ新しいインスタンスを初期化します。

public:
 StagingProcessResponse();
public StagingProcessResponse ();
Public Sub New ()

適用対象

StagingProcessResponse(StagingBatch, OperationResult)

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

public:
 StagingProcessResponse(Microsoft::MasterDataServices::StagingBatch ^ BatchId, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public StagingProcessResponse (Microsoft.MasterDataServices.StagingBatch BatchId, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.StagingProcessResponse : Microsoft.MasterDataServices.StagingBatch * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.StagingProcessResponse
Public Sub New (BatchId As StagingBatch, OperationResult As OperationResult)

パラメーター

BatchId
StagingBatch

以前にバッチ化されなかったレコードのバッチ ID。

OperationResult
OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象