ServiceClient.SecurityPrivilegesCreate Method (International, SecurityPrivileges, SecuritySet)

 

Applies To: SQL Server 2016 Preview

Creates security privileges.

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

Syntax

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