ServiceClient.IService.SecurityPrivilegesClone Method (SecurityPrivilegesRequest)

 

Applies To: SQL Server 2016 Preview

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

MessageResponse IService.SecurityPrivilegesClone(
    SecurityPrivilegesRequest request
)
private:
virtual MessageResponse^ SecurityPrivilegesClone(
    SecurityPrivilegesRequest^ request
) sealed = IService::SecurityPrivilegesClone
private abstract SecurityPrivilegesClone : 
        request:SecurityPrivilegesRequest -> MessageResponse
private override SecurityPrivilegesClone : 
        request:SecurityPrivilegesRequest -> MessageResponse
Private Function SecurityPrivilegesClone (
    request As SecurityPrivilegesRequest
) As MessageResponse
    Implements IService.SecurityPrivilegesClone

Parameters

Return Value

Type: Microsoft.MasterDataServices.MessageResponse

The MessageResponse for the operation.

Implements

IService.SecurityPrivilegesClone(SecurityPrivilegesRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top