다음을 통해 공유


IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest) 메서드

정의

모델에서 필터링된 트랜잭션 주석 목록을 검색합니다.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsGetResponse ^ TransactionAnnotationsGet(Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse TransactionAnnotationsGet (Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member TransactionAnnotationsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
Public Function TransactionAnnotationsGet (request As TransactionAnnotationsGetRequest) As TransactionAnnotationsGetResponse

매개 변수

request
TransactionAnnotationsGetRequest

요청입니다.

반환

특성

설명

작업은 TransactionAnnotationsGet(TransactionAnnotationsGetRequest) 트랜잭션과 연결된 주석을 검색합니다. 이 작업에는 트랜잭션 ID인 하나의 필수 입력이 있습니다.

적용 대상