ServiceClient.EntityMembersGet Method (International, EntityMembersGetCriteria, EntityMembersInformation, OperationResult)

 

Applies To: SQL Server 2016 Preview

Retrieves the filtered set of members and their data from an entity.

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

Syntax

public EntityMembers EntityMembersGet(
    International International,
    EntityMembersGetCriteria MembersGetCriteria,
    out EntityMembersInformation EntityMembersInformation,
    out OperationResult OperationResult
)
public:
EntityMembers^ EntityMembersGet(
    International^ International,
    EntityMembersGetCriteria^ MembersGetCriteria,
    [OutAttribute] EntityMembersInformation^% EntityMembersInformation,
    [OutAttribute] OperationResult^% OperationResult
)
member EntityMembersGet : 
        International:International *
        MembersGetCriteria:EntityMembersGetCriteria *
        EntityMembersInformation:EntityMembersInformation byref *
        OperationResult:OperationResult byref -> EntityMembers
Public Function EntityMembersGet (
    International As International,
    MembersGetCriteria As EntityMembersGetCriteria,
    <OutAttribute> ByRef EntityMembersInformation As EntityMembersInformation,
    <OutAttribute> ByRef OperationResult As OperationResult
) As EntityMembers

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMembers

The EntityMembers that matched the supplied criteria.

Remarks

By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top