Partager via


EntityStagingGetResponse Constructeurs

Définition

Initialise une nouvelle instance de la classe EntityStagingGetResponse.

Surcharges

EntityStagingGetResponse()

Initialise une nouvelle instance de la classe EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initialise une nouvelle instance de la classe EntityStagingGetResponse avec le nombre de lots, les lots et le résultat d'opération spécifiés.

EntityStagingGetResponse()

Initialise une nouvelle instance de la classe EntityStagingGetResponse.

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

S’applique à

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initialise une nouvelle instance de la classe EntityStagingGetResponse avec le nombre de lots, les lots et le résultat d'opération spécifiés.

public:
 EntityStagingGetResponse(int BatchCount, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityStagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityStagingGetResponse (int BatchCount, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityStagingGetResponse : int * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityStagingGetResponse
Public Sub New (BatchCount As Integer, Batches As Collection(Of EntityStagingBatch), OperationResult As OperationResult)

Paramètres

BatchCount
Int32

Nombre total de lots.

Batches
Collection<EntityStagingBatch>

Liste de lots intermédiaires d'entité.

OperationResult
OperationResult

Le résultat d'opération.

S’applique à