Méthode ServiceClient.SecurityPrincipalsCreate
Creates new users, groups and their permissions within the security model.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function SecurityPrincipalsCreate ( _
International As International, _
Principals As SecurityPrincipals, _
<OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
'Utilisation
Dim instance As ServiceClient
Dim International As International
Dim Principals As SecurityPrincipals
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult
returnValue = instance.SecurityPrincipalsCreate(International, _
Principals, SecuritySet)
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 : International,
Principals : SecurityPrincipals,
SecuritySet : SecuritySet
) : OperationResult
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- Principals
Type : Microsoft.MasterDataServices.SecurityPrincipals
The set of users and user groups to create.
- SecuritySet
Type : Microsoft.MasterDataServices.SecuritySet%
When this method returns, contains the data contract for the security search criteria. This parameter is passed uninitialized.
Valeur de retour
Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.