ServiceClient.IService.ExportViewListGet Method

Retrieves the list of existing export views.

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

Syntax

'Declaration
Private Function ExportViewListGet ( _
    request As ExportViewListGetRequest _
) As ExportViewListGetResponse Implements IService.ExportViewListGet
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.

Implements

IService.ExportViewListGet(ExportViewListGetRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace