Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function SecurityPrivilegesClone ( _
International As International, _
Privileges As SecurityPrivileges _
) As OperationResult
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
Typ: Microsoft.MasterDataServices.SecurityPrivileges
The set of security privileges to be cloned.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.