ServiceClient.TransactionAnnotationsCreate Methode

Definition

Erstellt neue an eine vorhandene Transaktion angefügte Anmerkungen.

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 Kultureinstellungen.

Annotations
Collection<Annotation>

Die Liste der Anmerkungen, die erstellt und an die Transaktion angefügt werden sollen.

TransactionId
Int32

Der eindeutige ganzzahlige Bezeichner der Transaktion.

Gibt zurück

Ein OperationResult-Objekt, das das Ergebnis eines Vorgangs enthält.

Gilt für: