ServiceClient.IService.EntityMembersGet Method (EntityMembersGetRequest)

 

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

EntityMembersGetResponse IService.EntityMembersGet(
    EntityMembersGetRequest request
)
private:
virtual EntityMembersGetResponse^ EntityMembersGet(
    EntityMembersGetRequest^ request
) sealed = IService::EntityMembersGet
private abstract EntityMembersGet : 
        request:EntityMembersGetRequest -> EntityMembersGetResponse
private override EntityMembersGet : 
        request:EntityMembersGetRequest -> EntityMembersGetResponse
Private Function EntityMembersGet (
    request As EntityMembersGetRequest
) As EntityMembersGetResponse
    Implements IService.EntityMembersGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMembersGetResponse

The EntityMembersGetResponse for the operation.

Implements

IService.EntityMembersGet(EntityMembersGetRequest)

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