Méthode ExportViewListGet
Retrieves a list of existing export views.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Utilisation
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
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetRequest
The ExportViewListGet request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetResponse
ExportViewListGetResponse.
Voir aussi