ServiceClient.SecurityPrivilegesClone 方法
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.