ServiceClient.IService.MetadataClone Method (MetadataCloneRequest)

 

Applies To: SQL Server 2016 Preview

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

MetadataCloneResponse IService.MetadataClone(
    MetadataCloneRequest request
)
private:
virtual MetadataCloneResponse^ MetadataClone(
    MetadataCloneRequest^ request
) sealed = IService::MetadataClone
private abstract MetadataClone : 
        request:MetadataCloneRequest -> MetadataCloneResponse
private override MetadataClone : 
        request:MetadataCloneRequest -> MetadataCloneResponse
Private Function MetadataClone (
    request As MetadataCloneRequest
) As MetadataCloneResponse
    Implements IService.MetadataClone

Parameters

Return Value

Type: Microsoft.MasterDataServices.MetadataCloneResponse

The MetadataCloneResponse for the operation.

Implements

IService.MetadataClone(MetadataCloneRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top