Compartir a través de


IService.EntityMemberAnnotationsGet Método

Retrieves the annotations attached to a member.

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

Sintaxis

'Declaración
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
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]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
function EntityMemberAnnotationsGet(
    request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse

Parámetros

Valor devuelto

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
The response to the get operation.

Vea también

Referencia

IService Interfaz

Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts