Compartir a través de


ServiceClient.IService.ExportViewListGet(ExportViewListGetRequest) Método

Definición

Recupera la lista de las vistas de exportación existentes.

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

Parámetros

request
ExportViewListGetRequest

La solicitud de obtención.

Devoluciones

El objeto ExportViewListGetResponse de la operación.

Implementaciones

Atributos

Se aplica a