다음을 통해 공유


IService.TransactionsGet(TransactionsGetRequest) 메서드

정의

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

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

매개 변수

request
TransactionsGetRequest

요청입니다.

반환

특성

설명

작업은 TransactionsGet(TransactionsGetRequest) 모델 버전에 대한 모든 트랜잭션을 검색하거나 지정된 조건을 사용하여 특정 트랜잭션을 쿼리합니다.

적용 대상