ServiceClient.TransactionAnnotationsCreate メソッド
既存のトランザクションにアタッチする新しい注釈を作成します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Function TransactionAnnotationsCreate ( _
International As International, _
Annotations As Collection(Of Annotation), _
TransactionId As Integer _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim Annotations As Collection(Of Annotation)
Dim TransactionId As Integer
Dim returnValue As OperationResult
returnValue = instance.TransactionAnnotationsCreate(International, _
Annotations, TransactionId)
public OperationResult TransactionAnnotationsCreate(
International International,
Collection<Annotation> Annotations,
int TransactionId
)
public:
OperationResult^ TransactionAnnotationsCreate(
International^ International,
Collection<Annotation^>^ Annotations,
int TransactionId
)
member TransactionAnnotationsCreate :
International:International *
Annotations:Collection<Annotation> *
TransactionId:int -> OperationResult
public function TransactionAnnotationsCreate(
International : International,
Annotations : Collection<Annotation>,
TransactionId : int
) : OperationResult
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- Annotations
型: System.Collections.ObjectModel.Collection<Annotation>
作成してトランザクションにアタッチする注釈の一覧。
- TransactionId
型: System.Int32
トランザクションの一意の整数識別子。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果が格納された OperationResult オブジェクトです。