Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the filtered list of transactions from a model.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function TransactionsGet ( _
request As TransactionsGetRequest _
) As TransactionsGetResponse Implements IService.TransactionsGet
'Usage
Dim instance As ServiceClient
Dim request As TransactionsGetRequest
Dim returnValue As TransactionsGetResponse
returnValue = CType(instance, IService).TransactionsGet(request)
TransactionsGetResponseIService.TransactionsGet(
TransactionsGetRequest request
)
private:
virtual TransactionsGetResponse^ TransactionsGet(
TransactionsGetRequest^ request
) sealed = IService::TransactionsGet
private abstract TransactionsGet :
request:TransactionsGetRequest -> TransactionsGetResponse
private override TransactionsGet :
request:TransactionsGetRequest -> TransactionsGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.TransactionsGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.TransactionsGetResponse
The TransactionsGetResponse for the operation.
Implements
IService.TransactionsGet(TransactionsGetRequest)