Метод ServiceClient.IService.ExportViewListGet
Retrieves the list of existing export views.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Private Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse Implements IService.ExportViewListGet
'Применение
Dim instance As ServiceClient
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = CType(instance, IService).ExportViewListGet(request)
ExportViewListGetResponseIService.ExportViewListGet(
ExportViewListGetRequest request
)
private:
virtual ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
) sealed = IService::ExportViewListGet
private abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
private override ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- request
Тип: Microsoft.MasterDataServices.ExportViewListGetRequest
The get request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
Реализует
IService.ExportViewListGet(ExportViewListGetRequest)