Compartir a través de


EntityMemberAnnotationsGet Método

Retrieves annotations attached to a member.

Espacio de nombres:  Microsoft.MasterDataServices.Services.ServiceContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
Function EntityMemberAnnotationsGet ( _
    request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Uso
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