ServiceClient.IService.ExportViewUpdate(ExportViewUpdateRequest) Method

Definition

Updates an existing export view.

 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

Parameters

request
ExportViewUpdateRequest

The update request.

Returns

The ExportViewUpdateResponse for the operation.

Implements

Attributes

Applies to