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

適用対象