Creates exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Function SecurityPrivilegesClone ( _
International As International, _
Privileges As SecurityPrivileges _
) As OperationResult
用法
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
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
类型:Microsoft.MasterDataServices.SecurityPrivileges
The set of security privileges to be cloned.
返回值
类型:Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.