ServiceClient.IService.ExportViewUpdate(ExportViewUpdateRequest) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のエクスポート ビューを更新します。
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
パラメーター
- request
- ExportViewUpdateRequest
更新要求。
戻り値
実装
- 属性