Partager via


ServiceClient.TransactionAnnotationsCreate Méthode

Définition

Crée des nouvelles annotations jointes à une transaction existante.

public:
 Microsoft::MasterDataServices::OperationResult ^ TransactionAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, int TransactionId);
public Microsoft.MasterDataServices.OperationResult TransactionAnnotationsCreate (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, int TransactionId);
member this.TransactionAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * int -> Microsoft.MasterDataServices.OperationResult
Public Function TransactionAnnotationsCreate (International As International, Annotations As Collection(Of Annotation), TransactionId As Integer) As OperationResult

Paramètres

International
International

Paramètres de culture.

Annotations
Collection<Annotation>

Liste d'annotations à créer et à joindre à la transaction.

TransactionId
Int32

Identificateur entier unique de la transaction.

Retours

Objet OperationResult qui contient le résultat d'une opération.

S’applique à