Método ServiceClient.EntityMembersGet
Retrieves the filtered set of members and their data from an entity.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Function EntityMembersGet ( _
International As International, _
MembersGetCriteria As EntityMembersGetCriteria, _
<OutAttribute> ByRef EntityMembersInformation As EntityMembersInformation, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As EntityMembers
'Uso
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
Parâmetros
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- MembersGetCriteria
Tipo: Microsoft.MasterDataServices.EntityMembersGetCriteria
The criteria that specifies members to retrieve.
- EntityMembersInformation
Tipo: Microsoft.MasterDataServices.EntityMembersInformation%
When this method returns, contains information about the retrieved members. This parameter is passed uninitialized.
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Valor de retorno
Tipo: Microsoft.MasterDataServices.EntityMembers
The EntityMembers that matched the supplied criteria.
Comentários
By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.