Méthode ServiceClient.SecurityPrivilegesClone
Creates exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function SecurityPrivilegesClone ( _
International As International, _
Privileges As SecurityPrivileges _
) As OperationResult
'Utilisation
Dim instance As ServiceClient
Dim International As International
Dim Privileges As SecurityPrivileges
Dim returnValue As OperationResult
returnValue = instance.SecurityPrivilegesClone(International, _
Privileges)
public OperationResult SecurityPrivilegesClone(
International International,
SecurityPrivileges Privileges
)
public:
OperationResult^ SecurityPrivilegesClone(
International^ International,
SecurityPrivileges^ Privileges
)
member SecurityPrivilegesClone :
International:International *
Privileges:SecurityPrivileges -> OperationResult
public function SecurityPrivilegesClone(
International : International,
Privileges : SecurityPrivileges
) : OperationResult
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
Type : Microsoft.MasterDataServices.SecurityPrivileges
The set of security privileges to be cloned.
Valeur de retour
Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.