Freigeben über


ServiceClient.IService.ExportViewListGet-Methode

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

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

Implementiert

IService.ExportViewListGet(ExportViewListGetRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace