Поделиться через


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) извлекает все транзакции для версии модели или запрашивает определенные транзакции, используя указанные условия.

Применяется к