Partager via


Méthode Service.ExportViewUpdate

Updates an existing export view.

Espace de noms :  Microsoft.MasterDataServices.Services
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
Public Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Utilisation
Dim instance As Service 
Dim request As ExportViewUpdateRequest 
Dim returnValue As ExportViewUpdateResponse 

returnValue = instance.ExportViewUpdate(request)
public ExportViewUpdateResponse ExportViewUpdate(
    ExportViewUpdateRequest request
)
public:
virtual ExportViewUpdateResponse^ ExportViewUpdate(
    ExportViewUpdateRequest^ request
) sealed
abstract ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse  
override ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse
public final function ExportViewUpdate(
    request : ExportViewUpdateRequest
) : ExportViewUpdateResponse

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.

Implémente

IService.ExportViewUpdate(ExportViewUpdateRequest)

Voir aussi

Référence

Service Classe

Espace de noms Microsoft.MasterDataServices.Services