ServiceClient.IService.SecurityPrivilegesClone 方法

Creates an exact copy of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Private Function SecurityPrivilegesClone ( _
    request As SecurityPrivilegesRequest _
) As MessageResponse Implements IService.SecurityPrivilegesClone
用法
Dim instance As ServiceClient
Dim request As SecurityPrivilegesRequest
Dim returnValue As MessageResponse

returnValue = CType(instance, IService).SecurityPrivilegesClone(request)
MessageResponseIService.SecurityPrivilegesClone(
    SecurityPrivilegesRequest request
)
private:
virtual MessageResponse^ SecurityPrivilegesClone(
    SecurityPrivilegesRequest^ request
) sealed = IService::SecurityPrivilegesClone
private abstract SecurityPrivilegesClone : 
        request:SecurityPrivilegesRequest -> MessageResponse 
private override SecurityPrivilegesClone : 
        request:SecurityPrivilegesRequest -> MessageResponse
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.

实现

IService.SecurityPrivilegesClone(SecurityPrivilegesRequest)

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间