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
StagingGetResponse() |
Initialise une nouvelle instance de la classe StagingGetResponse ayant des valeurs par défaut. |
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) |
Initialise une nouvelle instance de la classe StagingGetResponse avec la liste de lots, le résultat d'opération et les informations non regroupées spécifiés. |
StagingGetResponse()
Initialise une nouvelle instance de la classe StagingGetResponse ayant 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 classe StagingGetResponse avec la liste de lots, le résultat d'opération et les informations non regroupées spécifiés.
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 de lots à retourner.
- OperationResult
- OperationResult
Résultat d'opération incluant un ID unique pour le suivi et l'enregistrement.
- UnbatchedInformation
- Collection<StagingUnbatchedInformation>
Informations de résumé à propos d'enregistrements dans le système intermédiaire qui ne sont pas associés à un lot.