IService.TransactionsGet Method
SQL Server 2008 R2
Retrieves a filtered list of transactions from a model.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[OperationContractAttribute(Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGet", ReplyAction = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetResponse")] TransactionsGetResponse TransactionsGet( TransactionsGetRequest request )
Parameters
- request
- Type: Microsoft.MasterDataServices.TransactionsGetRequest
Get request.
Return Value
Type: Microsoft.MasterDataServices.TransactionsGetResponseA new instance of type TransactionsGetResponse.
