StagingGetResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe StagingGetResponse.
Surcharges
| Nom | Description |
|---|---|
| StagingGetResponse() |
Initialise une nouvelle instance de la StagingGetResponse classe qui possède des valeurs par défaut. |
| StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) |
Initialise une nouvelle instance de la StagingGetResponse classe avec la liste de lots spécifiée, le résultat de l’opération et les informations non lotchées. |
StagingGetResponse()
Initialise une nouvelle instance de la StagingGetResponse classe qui possède des valeurs par défaut.
public:
StagingGetResponse();
public StagingGetResponse();
Public Sub New ()
S’applique à
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)
Initialise une nouvelle instance de la StagingGetResponse classe avec la liste de lots spécifiée, le résultat de l’opération et les informations non lotchées.
public:
StagingGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ UnbatchedInformation);
public StagingGetResponse(System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation);
new Microsoft.MasterDataServices.StagingGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> * Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> -> Microsoft.MasterDataServices.StagingGetResponse
Public Sub New (Batches As Collection(Of StagingBatch), OperationResult As OperationResult, UnbatchedInformation As Collection(Of StagingUnbatchedInformation))
Paramètres
- Batches
- Collection<StagingBatch>
Liste des lotés à retourner.
- OperationResult
- OperationResult
Le résultat de l’opération, incluant un identifiant unique pour le suivi et la journalisation.
- UnbatchedInformation
- Collection<StagingUnbatchedInformation>
Informations résumées sur les enregistrements dans le système de staging qui ne sont pas associés à un lot.