言語

EntityStagingLoadResponse コンストラクター

定義

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>

読み込むエンティティのステージングバッチのリスト。

適用対象