ServiceClient.IService.ExportViewUpdate(ExportViewUpdateRequest) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisiert eine bestehende Exportansicht.
virtual Microsoft::MasterDataServices::ExportViewUpdateResponse ^ Microsoft.MasterDataServices.IService.ExportViewUpdate(Microsoft::MasterDataServices::ExportViewUpdateRequest ^ request) = Microsoft::MasterDataServices::IService::ExportViewUpdate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ExportViewUpdateResponse IService.ExportViewUpdate(Microsoft.MasterDataServices.ExportViewUpdateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ExportViewUpdate : Microsoft.MasterDataServices.ExportViewUpdateRequest -> Microsoft.MasterDataServices.ExportViewUpdateResponse
override this.Microsoft.MasterDataServices.IService.ExportViewUpdate : Microsoft.MasterDataServices.ExportViewUpdateRequest -> Microsoft.MasterDataServices.ExportViewUpdateResponse
Function ExportViewUpdate (request As ExportViewUpdateRequest) As ExportViewUpdateResponse Implements IService.ExportViewUpdate
Parameter
- request
- ExportViewUpdateRequest
Die Update-Anfrage.
Gibt zurück
Der ExportViewUpdateResponse für den Vorgang.
Implementiert
- Attribute