Método ServiceClient.IService.ExportViewListGet
Retrieves the list of existing export views.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.ExportViewListGetRequest
The get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
Implementa
IService.ExportViewListGet(ExportViewListGetRequest)