Udostępnij za pośrednictwem


Metoda Service.TransactionAnnotationsGet

Pobiera filtrowanej listy transakcji z modelu.

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

Składnia

'Deklaracja
Public Function TransactionAnnotationsGet ( _
    request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Użycie
Dim instance As Service
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

Wartość zwracana

Typ: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
TransactionAnnotationsGetResponse.

Implementacje

IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)