ServiceClient.SecurityPrincipalsCreate Method (International, SecurityPrincipals, SecuritySet)

 

Applies To: SQL Server 2016 Preview

Creates new users, groups and their permissions within the security model.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public OperationResult SecurityPrincipalsCreate(
    International International,
    SecurityPrincipals Principals,
    out SecuritySet SecuritySet
)
public:
OperationResult^ SecurityPrincipalsCreate(
    International^ International,
    SecurityPrincipals^ Principals,
    [OutAttribute] SecuritySet^% SecuritySet
)
member SecurityPrincipalsCreate : 
        International:International *
        Principals:SecurityPrincipals *
        SecuritySet:SecuritySet byref -> OperationResult
Public Function SecurityPrincipalsCreate (
    International As International,
    Principals As SecurityPrincipals,
    <OutAttribute> ByRef SecuritySet As SecuritySet
) 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