Partager via


Méthode Service.TransactionAnnotationsGet

Retrieves the annotations related to a transaction.

Espace de noms :  Microsoft.MasterDataServices.Services
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
Public Function TransactionAnnotationsGet ( _
    request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
A TransactionAnnotationsGetResponse instance containing the results of the annotation request.

Implémente

IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)

Voir aussi

Référence

Service Classe

Espace de noms Microsoft.MasterDataServices.Services