ServiceClient.IService.EntityMembersGet(EntityMembersGetRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera il set filtrato di membri e i relativi dati da un'entità.
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
Parametri
- request
- EntityMembersGetRequest
Richiesta di recupero.
Restituisce
Oggetto EntityMembersGetResponse per l'operazione.
Implementazioni
- Attributi
Commenti
Per impostazione predefinita, la richiesta ottiene i membri foglia. Per ottenere altri tipi di membri, specificare il tipo utilizzando l'oggetto MemberType nella richiesta.