ServiceClient.IService.UserPreferencesDelete 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除当前用户的首选项。
virtual Microsoft::MasterDataServices::UserPreferencesDeleteResponse ^ Microsoft.MasterDataServices.IService.UserPreferencesDelete(Microsoft::MasterDataServices::UserPreferencesDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::UserPreferencesDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.UserPreferencesDeleteResponse IService.UserPreferencesDelete (Microsoft.MasterDataServices.UserPreferencesDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.UserPreferencesDelete : Microsoft.MasterDataServices.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.UserPreferencesDeleteResponse
override this.Microsoft.MasterDataServices.IService.UserPreferencesDelete : Microsoft.MasterDataServices.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.UserPreferencesDeleteResponse
Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse Implements IService.UserPreferencesDelete
参数
- request
- UserPreferencesDeleteRequest
删除请求。
返回
针对操作的 UserPreferencesDeleteResponse。
实现
- 属性