ServiceClient.TransactionAnnotationsGet 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.
Récupère la liste filtrée d'annotations de transaction d'un modèle.
public:
System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ TransactionAnnotationsGet(Microsoft::MasterDataServices::International ^ International, int % TransactionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> TransactionAnnotationsGet (Microsoft.MasterDataServices.International International, ref int TransactionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.TransactionAnnotationsGet : Microsoft.MasterDataServices.International * int * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function TransactionAnnotationsGet (International As International, ByRef TransactionId As Integer, ByRef OperationResult As OperationResult) As Collection(Of Annotation)
Paramètres
- International
- International
Paramètres de culture.
- TransactionId
- Int32
Identificateur entier unique des transactions à récupérer.
- OperationResult
- OperationResult
Cette méthode retourne le résultat de l'opération. Ce paramètre est passé sans être initialisé.
Retours
Collection d'annotations de transaction.