Partager via


ServiceClient.TransactionAnnotationsGet Méthode

Définition

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.

S’applique à