Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Creates exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SecurityPrincipalsClone ( _
request As SecurityPrincipalsRequest _
) As MessageResponse Implements IService.SecurityPrincipalsClone
'Usage
Dim instance As ServiceClient
Dim request As SecurityPrincipalsRequest
Dim returnValue As MessageResponse
returnValue = CType(instance, IService).SecurityPrincipalsClone(request)
MessageResponseIService.SecurityPrincipalsClone(
SecurityPrincipalsRequest request
)
private:
virtual MessageResponse^ SecurityPrincipalsClone(
SecurityPrincipalsRequest^ request
) sealed = IService::SecurityPrincipalsClone
private abstract SecurityPrincipalsClone :
request:SecurityPrincipalsRequest -> MessageResponse
private override SecurityPrincipalsClone :
request:SecurityPrincipalsRequest -> MessageResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SecurityPrincipalsRequest
The clone request.
Return Value
Type: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.
Implements
IService.SecurityPrincipalsClone(SecurityPrincipalsRequest)