ServiceClient.SecurityPrivilegesClone Method (International, SecurityPrivileges)

 

Applies To: SQL Server 2016 Preview

Creates exact copies 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

public OperationResult SecurityPrivilegesClone(
    International International,
    SecurityPrivileges Privileges
)
public:
OperationResult^ SecurityPrivilegesClone(
    International^ International,
    SecurityPrivileges^ Privileges
)
member SecurityPrivilegesClone : 
        International:International *
        Privileges:SecurityPrivileges -> OperationResult
Public Function SecurityPrivilegesClone (
    International As International,
    Privileges As SecurityPrivileges
) As OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object containing the result of an operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top