ServiceClient.TransactionAnnotationsCreate Methode

Definition

Erstellt neue Anmerkungen, die einer bestehenden Transaktion zugeordnet sind.

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

Parameter

International
International

Die kulturellen Rahmenbedingungen.

Annotations
Collection<Annotation>

Die Liste der Annotationen, die erstellt und an die Transaktion angehängt werden sollen.

TransactionId
Int32

Die eindeutige ganzzahlige Kennung der Transaktion.

Gibt zurück

Ein Objekt, das OperationResult das Ergebnis einer Operation enthält.

Gilt für: