IService.TransactionsGet(TransactionsGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a filtered list of transactions from a model.
public:
Microsoft::MasterDataServices::TransactionsGetResponse ^ TransactionsGet(Microsoft::MasterDataServices::TransactionsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetResponse")]
public Microsoft.MasterDataServices.TransactionsGetResponse TransactionsGet (Microsoft.MasterDataServices.TransactionsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetResponse")>]
abstract member TransactionsGet : Microsoft.MasterDataServices.TransactionsGetRequest -> Microsoft.MasterDataServices.TransactionsGetResponse
Public Function TransactionsGet (request As TransactionsGetRequest) As TransactionsGetResponse
Parameters
- request
- TransactionsGetRequest
Get request.
Returns
A new instance of type TransactionsGetResponse.
- Attributes