ServiceClient.IService.EntityMembersGet(EntityMembersGetRequest) Methode

Definition

Ruft den gefilterten Satz von Elementen und die zugehörigen Daten aus einer Entität ab.

 virtual Microsoft::MasterDataServices::EntityMembersGetResponse ^ Microsoft.MasterDataServices.IService.EntityMembersGet(Microsoft::MasterDataServices::EntityMembersGetRequest ^ request) = Microsoft::MasterDataServices::IService::EntityMembersGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityMembersGetResponse IService.EntityMembersGet (Microsoft.MasterDataServices.EntityMembersGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityMembersGet : Microsoft.MasterDataServices.EntityMembersGetRequest -> Microsoft.MasterDataServices.EntityMembersGetResponse
override this.Microsoft.MasterDataServices.IService.EntityMembersGet : Microsoft.MasterDataServices.EntityMembersGetRequest -> Microsoft.MasterDataServices.EntityMembersGetResponse
Function EntityMembersGet (request As EntityMembersGetRequest) As EntityMembersGetResponse Implements IService.EntityMembersGet

Parameter

request
EntityMembersGetRequest

Die Abrufanforderung.

Gibt zurück

EntityMembersGetResponse für den Vorgang.

Implementiert

Attribute

Hinweise

Durch die Anforderung werden standardmäßig Blattelemente abgerufen. Um andere Elementtypen abzurufen, geben Sie den Typ mithilfe von MemberType in der Anforderung an.

Gilt für: