Méthode EntityMemberAnnotationsGet
Retrieves annotations attached to a member.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Utilisation
Dim instance As IService
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .EntityMemberAnnotationsGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .EntityMemberAnnotationsGetResponse
EntityMemberAnnotationsGetResponse.
Voir aussi