Méthode ServiceClient.IService.TransactionAnnotationsGet
Retrieves the filtered list of transaction annotations from a model.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Private Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse Implements IService.TransactionAnnotationsGet
'Utilisation
Dim instance As ServiceClient
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse
returnValue = CType(instance, IService).TransactionAnnotationsGet(request)
TransactionAnnotationsGetResponseIService.TransactionAnnotationsGet(
TransactionAnnotationsGetRequest request
)
private:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
TransactionAnnotationsGetRequest^ request
) sealed = IService::TransactionAnnotationsGet
private abstract TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
private override TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- request
Type : Microsoft.MasterDataServices.TransactionAnnotationsGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
The TransactionAnnotationsGetResponse for the operation.
Implémente
IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)