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