ServiceClient.IService.UserPreferencesUpdate 方法

定义

更新当前用户的首选项。

 virtual Microsoft::MasterDataServices::UserPreferencesUpdateResponse ^ Microsoft.MasterDataServices.IService.UserPreferencesUpdate(Microsoft::MasterDataServices::UserPreferencesUpdateRequest ^ request) = Microsoft::MasterDataServices::IService::UserPreferencesUpdate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.UserPreferencesUpdateResponse IService.UserPreferencesUpdate (Microsoft.MasterDataServices.UserPreferencesUpdateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.UserPreferencesUpdate : Microsoft.MasterDataServices.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
override this.Microsoft.MasterDataServices.IService.UserPreferencesUpdate : Microsoft.MasterDataServices.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse Implements IService.UserPreferencesUpdate

参数

request
UserPreferencesUpdateRequest

更新请求。

返回

针对操作的 UserPreferencesUpdateResponse

实现

属性

适用于