ServiceClient.IService.SecurityPrivilegesClone Method
Creates an exact copy of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SecurityPrivilegesClone ( _
request As SecurityPrivilegesRequest _
) As MessageResponse Implements IService.SecurityPrivilegesClone
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SecurityPrivilegesRequest
The clone request.
Return Value
Type: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.
Implements
IService.SecurityPrivilegesClone(SecurityPrivilegesRequest)