Langage

EntityStagingGetResponse Constructeurs

Définition

Initialise une nouvelle instance de la classe EntityStagingGetResponse.

Surcharges

Nom Description
EntityStagingGetResponse()

Initialise une nouvelle instance de la classe EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initialise une nouvelle instance de la EntityStagingGetResponse classe avec le nombre de batchs, les lots et le résultat d’opérations 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 EntityStagingGetResponse classe avec le nombre de batchs, les lots et le résultat d’opérations 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

Le nombre total de lots.

Batches
Collection<EntityStagingBatch>

La liste des lots de staging d’entités.

OperationResult
OperationResult

Résultat de l’opération.

S’applique à