EntityStagingProcessResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
操作の結果。