Compartir a través de


ServiceClient.IService.ExportViewListGet Método

Retrieves the list of existing export views.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
Private Function ExportViewListGet ( _
    request As ExportViewListGetRequest _
) As ExportViewListGetResponse Implements IService.ExportViewListGet
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

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

Implementa

IService.ExportViewListGet(ExportViewListGetRequest)

Vea también

Referencia

ServiceClient Clase

Espacio de nombres Microsoft.MasterDataServices