Метод Service.ExportViewListGet

Retrieves a list of existing export views.

Пространство имен:  Microsoft.MasterDataServices.Services
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public Function ExportViewListGet ( _
    request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Применение
Dim instance As Service 
Dim request As ExportViewListGetRequest 
Dim returnValue As ExportViewListGetResponse 

returnValue = instance.ExportViewListGet(request)
public ExportViewListGetResponse ExportViewListGet(
    ExportViewListGetRequest request
)
public:
virtual ExportViewListGetResponse^ ExportViewListGet(
    ExportViewListGetRequest^ request
) sealed
abstract ExportViewListGet : 
        request:ExportViewListGetRequest -> ExportViewListGetResponse  
override ExportViewListGet : 
        request:ExportViewListGetRequest -> ExportViewListGetResponse
public final function ExportViewListGet(
    request : ExportViewListGetRequest
) : ExportViewListGetResponse

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.

Реализует

IService.ExportViewListGet(ExportViewListGetRequest)

Замечания

Starting with SQL Server 2012, if a user with no privileges calls ExportViewListGet(ExportViewListGetRequest) with empty criteria, an empty results set is returned.

См. также

Справочник

Service Класс

Пространство имен Microsoft.MasterDataServices.Services