言語

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が含まれます。

適用対象