IService.TransactionsGet(TransactionsGetRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从模型检索筛选的事务列表。
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) 操作检索模型版本的所有事务,或使用指定的条件查询特定事务。