Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Creates exact copies of metadata components 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 MetadataClone ( _
International As International, _
Metadata As Metadata _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Metadata As Metadata
Dim returnValue As OperationResult
returnValue = instance.MetadataClone(International, _
Metadata)
public OperationResult MetadataClone(
International International,
Metadata Metadata
)
public:
OperationResult^ MetadataClone(
International^ International,
Metadata^ Metadata
)
member MetadataClone :
International:International *
Metadata:Metadata -> OperationResult
public function MetadataClone(
International : International,
Metadata : Metadata
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Metadata
Type: Microsoft.MasterDataServices.Metadata
The metadata to be cloned.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.