Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Creates the exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function SecurityPrivilegesClone ( _
request As SecurityPrivilegesRequest _
) As MessageResponse
'Usage
Dim instance As Service
Dim request As SecurityPrivilegesRequest
Dim returnValue As MessageResponse
returnValue = instance.SecurityPrivilegesClone(request)
public MessageResponse SecurityPrivilegesClone(
SecurityPrivilegesRequest request
)
public:
virtual MessageResponse^ SecurityPrivilegesClone(
SecurityPrivilegesRequest^ request
) sealed
abstract SecurityPrivilegesClone :
request:SecurityPrivilegesRequest -> MessageResponse
override SecurityPrivilegesClone :
request:SecurityPrivilegesRequest -> MessageResponse
public final function SecurityPrivilegesClone(
request : SecurityPrivilegesRequest
) : MessageResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrivilegesRequest
The clone request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
The MessageResponse for the operation.
Implements
IService.SecurityPrivilegesClone(SecurityPrivilegesRequest)