次の方法で共有


ServiceClient.TransactionAnnotationsCreate メソッド

定義

既存のトランザクションにアタッチされた新しい注釈を作成します。

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 オブジェクトです。

適用対象