ServiceClient.IService.EntityMembersGet Method
Retrieves the filtered set of members and their data from an entity.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function EntityMembersGet ( _
request As EntityMembersGetRequest _
) As EntityMembersGetResponse Implements IService.EntityMembersGet
'Usage
Dim instance As ServiceClient
Dim request As EntityMembersGetRequest
Dim returnValue As EntityMembersGetResponse
returnValue = CType(instance, IService).EntityMembersGet(request)
EntityMembersGetResponseIService.EntityMembersGet(
EntityMembersGetRequest request
)
private:
virtual EntityMembersGetResponse^ EntityMembersGet(
EntityMembersGetRequest^ request
) sealed = IService::EntityMembersGet
private abstract EntityMembersGet :
request:EntityMembersGetRequest -> EntityMembersGetResponse
private override EntityMembersGet :
request:EntityMembersGetRequest -> EntityMembersGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.EntityMembersGetRequest
The get request.
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.