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