ServiceClient.IService.ExportViewUpdate(ExportViewUpdateRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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