Partager via


Méthode ServiceClient.IService.EntityMemberAnnotationsGet

Retrieves the annotations attached to a member.

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

Syntaxe

'Déclaration
Private Function EntityMemberAnnotationsGet ( _
    request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse Implements IService.EntityMemberAnnotationsGet
'Utilisation
Dim instance As ServiceClient
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse

returnValue = CType(instance, IService).EntityMemberAnnotationsGet(request)
EntityMemberAnnotationsGetResponseIService.EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
private:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
) sealed = IService::EntityMemberAnnotationsGet
private abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse 
private override EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
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

Valeur de retour

Type : Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
The EntityMemberAnnotationsGetResponse for the operation.

Implémente

IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices