ServiceClient.EntityMemberAnnotationsGet Method (International, Identifier, MemberIdentifier, Identifier, Identifier, OperationResult)

 

Applies To: SQL Server 2016 Preview

Retrieves the annotations attached to a member.

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

Syntax

public Collection<Annotation> EntityMemberAnnotationsGet(
    International International,
    ref Identifier EntityId,
    ref MemberIdentifier MemberId,
    ref Identifier ModelId,
    ref Identifier VersionId,
    out OperationResult OperationResult
)
public:
Collection<Annotation^>^ EntityMemberAnnotationsGet(
    International^ International,
    Identifier^% EntityId,
    MemberIdentifier^% MemberId,
    Identifier^% ModelId,
    Identifier^% VersionId,
    [OutAttribute] OperationResult^% OperationResult
)
member EntityMemberAnnotationsGet : 
        International:International *
        EntityId:Identifier byref *
        MemberId:MemberIdentifier byref *
        ModelId:Identifier byref *
        VersionId:Identifier byref *
        OperationResult:OperationResult byref -> Collection<Annotation>
Public Function EntityMemberAnnotationsGet (
    International As International,
    ByRef EntityId As Identifier,
    ByRef MemberId As MemberIdentifier,
    ByRef ModelId As Identifier,
    ByRef VersionId As Identifier,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Collection(Of Annotation)

Parameters

Return Value

Type: System.Collections.ObjectModel.Collection<Annotation>

A collection of member annotations attached to a member.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top