ServiceClient.SecurityPrivilegesCreate Method
Creates security privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function SecurityPrivilegesCreate ( _
International As International, _
Privileges As SecurityPrivileges, _
<OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Privileges As SecurityPrivileges
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult
returnValue = instance.SecurityPrivilegesCreate(International, _
Privileges, SecuritySet)
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 : International,
Privileges : SecurityPrivileges,
SecuritySet : SecuritySet
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
Type: Microsoft.MasterDataServices.SecurityPrivileges
The set of security privileges to be created.
- SecuritySet
Type: Microsoft.MasterDataServices.SecuritySet%
When this method returns, contains the security principals and its privileges. This parameter is passed uninitialized.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.