ServiceClient.IService.EntityMembersGet 方法

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

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Private Function EntityMembersGet ( _
    request As EntityMembersGetRequest _
) As EntityMembersGetResponse Implements IService.EntityMembersGet
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.EntityMembersGetResponse
The EntityMembersGetResponse for the operation.

实现

IService.EntityMembersGet(EntityMembersGetRequest)

注释

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

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间