共用方式為


ServiceClient.EntityMembersGet 方法

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

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Function EntityMembersGet ( _
    International As International, _
    MembersGetCriteria As EntityMembersGetCriteria, _
    <OutAttribute> ByRef EntityMembersInformation As EntityMembersInformation, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As EntityMembers
'用途
Dim instance As ServiceClient
Dim International As International
Dim MembersGetCriteria As EntityMembersGetCriteria
Dim EntityMembersInformation As EntityMembersInformation
Dim OperationResult As OperationResult
Dim returnValue As EntityMembers

returnValue = instance.EntityMembersGet(International, _
    MembersGetCriteria, EntityMembersInformation, _
    OperationResult)
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 : International, 
    MembersGetCriteria : EntityMembersGetCriteria, 
    EntityMembersInformation : EntityMembersInformation, 
    OperationResult : OperationResult
) : EntityMembers

參數

傳回值

型別:Microsoft.MasterDataServices.EntityMembers
The EntityMembers that matched the supplied criteria.

備註

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 命名空間