Share via


IService.ExportViewListGet(ExportViewListGetRequest) Método

Definición

Recupera una lista de vistas de exportación (suscripción) existentes.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ExportViewListGetResponse ^ ExportViewListGet(Microsoft::MasterDataServices::Services::MessageContracts::ExportViewListGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse ExportViewListGet (Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ExportViewListGet : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse
Public Function ExportViewListGet (request As ExportViewListGetRequest) As ExportViewListGetResponse

Parámetros

request
ExportViewListGetRequest

La solicitud.

Devoluciones

Atributos

Comentarios

La ExportViewListGet(ExportViewListGetRequest) operación recupera una lista de vistas de exportación existentes.

Se aplica a