IService.ExportViewListGet(ExportViewListGetRequest) 方法

定义

检索现有导出(订阅)视图的列表。

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

参数

request
ExportViewListGetRequest

请求。

返回

属性

注解

ExportViewListGet(ExportViewListGetRequest) 操作检索现有导出视图的列表。

适用于