Share via


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) 기존 내보내기 뷰 목록을 검색합니다.

적용 대상