ServiceClient.IService.TransactionAnnotationsCreate メソッド

定義

既存のトランザクションに新しい注釈を付与します。

 virtual Microsoft::MasterDataServices::AnnotationsCreateResponse ^ Microsoft.MasterDataServices.IService.TransactionAnnotationsCreate(Microsoft::MasterDataServices::TransactionAnnotationsCreateRequest ^ request) = Microsoft::MasterDataServices::IService::TransactionAnnotationsCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AnnotationsCreateResponse IService.TransactionAnnotationsCreate(Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.TransactionAnnotationsCreate : Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
override this.Microsoft.MasterDataServices.IService.TransactionAnnotationsCreate : Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
Function TransactionAnnotationsCreate (request As TransactionAnnotationsCreateRequest) As AnnotationsCreateResponse Implements IService.TransactionAnnotationsCreate

パラメーター

request
TransactionAnnotationsCreateRequest

作成リクエスト。

返品

操作の AnnotationsCreateResponse

実装

属性

適用対象