ServiceClient.IService.EntityMemberAnnotationsGet Method (EntityMemberAnnotationsGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the annotations attached to a member.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

EntityMemberAnnotationsGetResponse IService.EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
private:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
) sealed = IService::EntityMemberAnnotationsGet
private abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
private override EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
Private Function EntityMemberAnnotationsGet (
    request As EntityMemberAnnotationsGetRequest
) As EntityMemberAnnotationsGetResponse
    Implements IService.EntityMemberAnnotationsGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse

The EntityMemberAnnotationsGetResponse for the operation.

Implements

IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top