言語

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

操作の結果。

適用対象