ServiceClient.TransactionsReverse Méthode
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.
Annule une ou plusieurs transactions existantes.
public:
Microsoft::MasterDataServices::OperationResult ^ TransactionsReverse(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<int> ^ Transactions, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::ReplacementId ^> ^ % TransactionsReversed);
public Microsoft.MasterDataServices.OperationResult TransactionsReverse(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<int> Transactions, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ReplacementId> TransactionsReversed);
member this.TransactionsReverse : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<int> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function TransactionsReverse (International As International, Transactions As Collection(Of Integer), ByRef TransactionsReversed As Collection(Of ReplacementId)) As OperationResult
Paramètres
- International
- International
Les contextes culturels.
- Transactions
- Collection<Int32>
Les transactions doivent être annulées.
- TransactionsReversed
- Collection<ReplacementId>
Lorsque cette méthode revient, contient la transaction dans l’ordre inversé. Ce paramètre est passé non initialisé.
Retours
Un OperationResult objet contenant le résultat d’une opération.