Método ExportViewListGet
Retrieves a list of existing export views.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<OperationContractAttribute> _
Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Uso
Dim instance As IService
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = instance.ExportViewListGet(request)
[OperationContractAttribute]
ExportViewListGetResponse ExportViewListGet(
ExportViewListGetRequest request
)
[OperationContractAttribute]
ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
function ExportViewListGet(
request : ExportViewListGetRequest
) : ExportViewListGetResponse
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetRequest
The ExportViewListGet request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetResponse
ExportViewListGetResponse.
Consulte também