ServiceClient.IService.MetadataClone(MetadataCloneRequest) 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.
virtual Microsoft::MasterDataServices::MetadataCloneResponse ^ Microsoft.MasterDataServices.IService.MetadataClone(Microsoft::MasterDataServices::MetadataCloneRequest ^ request) = Microsoft::MasterDataServices::IService::MetadataClone;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MetadataCloneResponse IService.MetadataClone (Microsoft.MasterDataServices.MetadataCloneRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.MetadataClone : Microsoft.MasterDataServices.MetadataCloneRequest -> Microsoft.MasterDataServices.MetadataCloneResponse
override this.Microsoft.MasterDataServices.IService.MetadataClone : Microsoft.MasterDataServices.MetadataCloneRequest -> Microsoft.MasterDataServices.MetadataCloneResponse
Function MetadataClone (request As MetadataCloneRequest) As MetadataCloneResponse Implements IService.MetadataClone
Parameters
- request
- MetadataCloneRequest
The clone request.
Returns
The MetadataCloneResponse for the operation.
Implements
- Attributes