Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse
The response to the get operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace