ServiceClient.IService.EntityMemberAnnotationsGet Method
Retrieves the annotations attached to a member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse Implements IService.EntityMemberAnnotationsGet
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
The EntityMemberAnnotationsGetResponse for the operation.
Implements
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)