ServiceClient.IService.SecurityPrincipalsClone 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建另一来源安全模型中用户、组及其权限的完全副本,以保留原始对象的 GUID。
virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsClone(Microsoft::MasterDataServices::SecurityPrincipalsRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsClone;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrincipalsClone (Microsoft.MasterDataServices.SecurityPrincipalsRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsClone : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsClone : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrincipalsClone (request As SecurityPrincipalsRequest) As MessageResponse Implements IService.SecurityPrincipalsClone
参数
- request
- SecurityPrincipalsRequest
克隆请求。
返回
针对操作的 MessageResponse。
实现
- 属性