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