다음을 통해 공유


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 인스턴스입니다.

구현

적용 대상