次の方法で共有


Service.TransactionAnnotationsGet(TransactionAnnotationsGetRequest) メソッド

定義

トランザクションに関連する注釈を取得する

public:
 virtual Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsGetResponse ^ TransactionAnnotationsGet(Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse TransactionAnnotationsGet (Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest request);
abstract member TransactionAnnotationsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
override this.TransactionAnnotationsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
Public Function TransactionAnnotationsGet (request As TransactionAnnotationsGetRequest) As TransactionAnnotationsGetResponse

パラメーター

request
TransactionAnnotationsGetRequest

注釈を取得するトランザクションを識別する TransactionAnnotationsGetRequest インスタンス。

戻り値

注釈要求の結果を含む TransactionAnnotationsGetResponse インスタンス。

実装

適用対象