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.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function SecurityPrivilegesClone ( _
request As SecurityPrivilegesRequest _
) As MessageResponse
'Usage
Dim instance As IService
Dim request As SecurityPrivilegesRequest
Dim returnValue As MessageResponse
returnValue = instance.SecurityPrivilegesClone(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
MessageResponse SecurityPrivilegesClone(
SecurityPrivilegesRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
MessageResponse^ SecurityPrivilegesClone(
SecurityPrivilegesRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract SecurityPrivilegesClone :
request:SecurityPrivilegesRequest -> MessageResponse
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 response to the clone operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace