ServiceClient.SecurityPrincipalsClone Method (International, SecurityPrincipals)

 

Applies To: SQL Server 2016 Preview

Creates exact copies of users, groups and their 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)

Syntax

public OperationResult SecurityPrincipalsClone(
    International International,
    SecurityPrincipals Principals
)
public:
OperationResult^ SecurityPrincipalsClone(
    International^ International,
    SecurityPrincipals^ Principals
)
member SecurityPrincipalsClone : 
        International:International *
        Principals:SecurityPrincipals -> OperationResult
Public Function SecurityPrincipalsClone (
    International As International,
    Principals As SecurityPrincipals
) 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