Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Retrieves the annotations attached to a member.
Espacio de nombres: Microsoft.MasterDataServices.Services
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
Public Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Uso
Dim instance As Service
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
public EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
public:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
) sealed
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
override EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
public final function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
Parámetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetRequest
The get request.
Valor devuelto
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
The EntityMemberAnnotationsGetResponse for the operation.
Implementa
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)