Metodo ServiceClient.IService.EntityMembersGet
Retrieves the filtered set of members and their data from an entity.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Private Function EntityMembersGet ( _
request As EntityMembersGetRequest _
) As EntityMembersGetResponse Implements IService.EntityMembersGet
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- request
Tipo: Microsoft.MasterDataServices.EntityMembersGetRequest
The get request.
Valore restituito
Tipo: Microsoft.MasterDataServices.EntityMembersGetResponse
The EntityMembersGetResponse for the operation.
Implementa
IService.EntityMembersGet(EntityMembersGetRequest)
Osservazioni
By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.