ServiceClient.SecurityPrivilegesCreate Method

Definition

Creates security privileges.

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::SecuritySet ^ % SecuritySet);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesCreate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges, out Microsoft.MasterDataServices.SecuritySet SecuritySet);
member this.SecurityPrivilegesCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges * SecuritySet -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesCreate (International As International, Privileges As SecurityPrivileges, ByRef SecuritySet As SecuritySet) As OperationResult

Parameters

International
International

The cultural settings.

Privileges
SecurityPrivileges

The set of security privileges to be created.

SecuritySet
SecuritySet

When this method returns, contains the security principals and its privileges. This parameter is passed uninitialized.

Returns

An OperationResult object containing the result of an operation.

Applies to