Udostępnij przez


Metoda ServiceClient.TransactionAnnotationsGet

Pobiera filtrowanej listy transakcji z modelu.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
Public Function TransactionAnnotationsGet ( _
    request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Użycie
Dim instance As ServiceClient
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse

returnValue = instance.TransactionAnnotationsGet(request)
public TransactionAnnotationsGetResponse TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest request
)
public:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest^ request
) sealed
abstract TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse 
override TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse 
public final function TransactionAnnotationsGet(
    request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse

Implementacje

IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)