Metodo ExportViewListGet
Retrieves a list of existing export views.
Spazio dei nomi Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<OperationContractAttribute> _
Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Utilizzo
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
Parametri
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetRequest
The ExportViewListGet request.
Valore restituito
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetResponse
ExportViewListGetResponse.
Vedere anche