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