IService.SecurityPrivilegesClone Method
SQL Server 2012
Creates exact copies of 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)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCloneEditionExpiredMessageFault", Name = "EditionExpiredMessage")] [OperationContractAttribute(Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesClone", ReplyAction = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCloneResponse")] MessageResponse SecurityPrivilegesClone( SecurityPrivilegesRequest request )
Parameters
- request
- Type: Microsoft.MasterDataServices.SecurityPrivilegesRequest
Clone request.
Return Value
Type: Microsoft.MasterDataServices.MessageResponseA new instance of type MessageResponse.