IService.TransactionsGet Method
SQL Server 2012
Retrieves a filtered list of transactions from a model.
Namespace: Microsoft.MasterDataServices
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")] [FaultContractAttribute(typeof(EditionExpiredMessage), Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetEditionExpiredMessageFault", Name = "EditionExpiredMessage")] TransactionsGetResponse TransactionsGet( TransactionsGetRequest request )
Parameters
- request
- Type: Microsoft.MasterDataServices.TransactionsGetRequest
Get request.
Return Value
Type: Microsoft.MasterDataServices.TransactionsGetResponseA new instance of type TransactionsGetResponse.
