ExportViewListGet Método
Retrieves a list of existing export views.
Espacio de nombres: Microsoft.MasterDataServices.Services
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
Public Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Uso
Dim instance As Service
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = instance.ExportViewListGet(request)
public ExportViewListGetResponse ExportViewListGet(
ExportViewListGetRequest request
)
public:
virtual ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
) sealed
abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
override ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
public final function ExportViewListGet(
request : ExportViewListGetRequest
) : ExportViewListGetResponse
Parámetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetRequest
Get request.
Valor devuelto
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetResponse
ExportViewListGetResponse.
Implementa
IService. . :: . .ExportViewListGet(ExportViewListGetRequest)