ServiceClient.IService.ExportViewListGet Method (ExportViewListGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the list of existing export views.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

ExportViewListGetResponse IService.ExportViewListGet(
    ExportViewListGetRequest request
)
private:
virtual ExportViewListGetResponse^ ExportViewListGet(
    ExportViewListGetRequest^ request
) sealed = IService::ExportViewListGet
private abstract ExportViewListGet : 
        request:ExportViewListGetRequest -> ExportViewListGetResponse
private override ExportViewListGet : 
        request:ExportViewListGetRequest -> ExportViewListGetResponse
Private Function ExportViewListGet (
    request As ExportViewListGetRequest
) As ExportViewListGetResponse
    Implements IService.ExportViewListGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.ExportViewListGetResponse

The ExportViewListGetResponse for the operation.

Implements

IService.ExportViewListGet(ExportViewListGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top