次の方法で共有


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>

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

適用対象