EntityStagingLoadResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。
オーバーロード
| EntityStagingLoadResponse() |
EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。 |
| EntityStagingLoadResponse(OperationResult, Collection<Identifier>) |
指定した操作結果とステージング バッチで EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。 |
EntityStagingLoadResponse()
EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。
public:
EntityStagingLoadResponse();
public EntityStagingLoadResponse ();
Public Sub New ()
適用対象
EntityStagingLoadResponse(OperationResult, Collection<Identifier>)
指定した操作結果とステージング バッチで EntityStagingLoadResponse クラスの新しいインスタンスを初期化します。
public:
EntityStagingLoadResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ StagingBatches);
public EntityStagingLoadResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
new Microsoft.MasterDataServices.EntityStagingLoadResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.EntityStagingLoadResponse
Public Sub New (OperationResult As OperationResult, StagingBatches As Collection(Of Identifier))
パラメーター
- OperationResult
- OperationResult
操作結果
- StagingBatches
- Collection<Identifier>
読み込むエンティティ ステージング バッチの一覧。