Método ServiceClient.IService.EntityMemberAnnotationsGet
Retrieves the annotations attached to a member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Private Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse Implements IService.EntityMemberAnnotationsGet
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
The get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
The EntityMemberAnnotationsGetResponse for the operation.
Implementa
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)