ServiceClient.MetadataClone(International, Metadata) Method

Definition

Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects.

public:
 Microsoft::MasterDataServices::OperationResult ^ MetadataClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Metadata ^ Metadata);
public Microsoft.MasterDataServices.OperationResult MetadataClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Metadata Metadata);
member this.MetadataClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Metadata -> Microsoft.MasterDataServices.OperationResult
Public Function MetadataClone (International As International, Metadata As Metadata) As OperationResult

Parameters

International
International

The cultural settings.

Metadata
Metadata

The metadata to be cloned.

Returns

An OperationResult object that represents the result of the operation.

Applies to