Share via


EntityStagingProcessResponse コンストラクター

定義

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

オーバーロード

EntityStagingProcessResponse()

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

EntityStagingProcessResponse(Int32, OperationResult)

指定したバッチ ID と操作結果がある EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。

EntityStagingProcessResponse()

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

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

適用対象

EntityStagingProcessResponse(Int32, OperationResult)

指定したバッチ ID と操作結果がある EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。

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

パラメーター

BatchId
Int32

バッチに提供される結果のバッチ ID。

OperationResult
OperationResult

操作結果。

適用対象