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>

要載入之實體暫存批次的清單。

適用於