Freigeben über


IService.TransactionsGet-Methode

Retrieves the transactions for the given criteria.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function TransactionsGet ( _
    request As TransactionsGetRequest _
) As TransactionsGetResponse
'Usage
Dim instance As IService 
Dim request As TransactionsGetRequest 
Dim returnValue As TransactionsGetResponse 

returnValue = instance.TransactionsGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
TransactionsGetResponse TransactionsGet(
    TransactionsGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
TransactionsGetResponse^ TransactionsGet(
    TransactionsGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract TransactionsGet : 
        request:TransactionsGetRequest -> TransactionsGetResponse
function TransactionsGet(
    request : TransactionsGetRequest
) : TransactionsGetResponse

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse
The response to the get operation.

Siehe auch

Verweis

IService Schnittstelle

Microsoft.MasterDataServices.Services.ServiceContracts-Namespace