ServiceClient.IService.EntityMemberAnnotationsCreate Method (EntityMemberAnnotationsCreateRequest)

 

Applies To: SQL Server 2016 Preview

Creates new annotations attached to a member.

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

Syntax

AnnotationsCreateResponse IService.EntityMemberAnnotationsCreate(
    EntityMemberAnnotationsCreateRequest request
)
private:
virtual AnnotationsCreateResponse^ EntityMemberAnnotationsCreate(
    EntityMemberAnnotationsCreateRequest^ request
) sealed = IService::EntityMemberAnnotationsCreate
private abstract EntityMemberAnnotationsCreate : 
        request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
private override EntityMemberAnnotationsCreate : 
        request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
Private Function EntityMemberAnnotationsCreate (
    request As EntityMemberAnnotationsCreateRequest
) As AnnotationsCreateResponse
    Implements IService.EntityMemberAnnotationsCreate

Parameters

Return Value

Type: Microsoft.MasterDataServices.AnnotationsCreateResponse

The AnnotationsCreateResponse for the operation.

Implements

IService.EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top