ServiceClient.TransactionAnnotationsCreate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のトランザクションにアタッチされた新しい注釈を作成します。
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
パラメーター
- International
- International
カルチャ設定。
- Annotations
- Collection<Annotation>
作成してトランザクションにアタッチする注釈の一覧。
- TransactionId
- Int32
トランザクションの一意の整数識別子。
戻り値
操作の結果が格納された OperationResult オブジェクトです。