Méthode ServiceClient.SecurityPrivilegesCreate
Creates security privileges.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function SecurityPrivilegesCreate ( _
International As International, _
Privileges As SecurityPrivileges, _
<OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
'Utilisation
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
Paramètres
- 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.
Valeur de retour
Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.