ServiceClient.MetadataClone(International, Metadata) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.