Bagikan melalui


EntityStagingLoadResponse Konstruktor

Definisi

Menginisialisasi instans baru kelas EntityStagingLoadResponse.

Overload

EntityStagingLoadResponse()

Menginisialisasi instans baru kelas EntityStagingLoadResponse.

EntityStagingLoadResponse(OperationResult, Collection<Identifier>)

Menginisialisasi instans EntityStagingLoadResponse baru kelas dengan hasil operasi dan batch penahapan yang ditentukan.

EntityStagingLoadResponse()

Menginisialisasi instans baru kelas EntityStagingLoadResponse.

public:
 EntityStagingLoadResponse();
public EntityStagingLoadResponse ();
Public Sub New ()

Berlaku untuk

EntityStagingLoadResponse(OperationResult, Collection<Identifier>)

Menginisialisasi instans EntityStagingLoadResponse baru kelas dengan hasil operasi dan batch penahapan yang ditentukan.

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))

Parameter

OperationResult
OperationResult

Hasil operasi

StagingBatches
Collection<Identifier>

Daftar batch penahapan entitas yang akan dimuat.

Berlaku untuk