Método ServiceClient.SecurityPrivilegesClone
Creates exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Function SecurityPrivilegesClone ( _
International As International, _
Privileges As SecurityPrivileges _
) As OperationResult
'Uso
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
Parâmetros
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
Tipo: Microsoft.MasterDataServices.SecurityPrivileges
The set of security privileges to be cloned.
Valor de retorno
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.