ServiceClient.TransactionAnnotationsCreate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.