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
Private Function MetadataClone ( _
request As MetadataCloneRequest _
) As MetadataCloneResponse Implements IService.MetadataClone
'Usage
Dim instance As ServiceClient
Dim request As MetadataCloneRequest
Dim returnValue As MetadataCloneResponse
returnValue = CType(instance, IService).MetadataClone(request)
MetadataCloneResponseIService.MetadataClone(
MetadataCloneRequest request
)
private:
virtual MetadataCloneResponse^ MetadataClone(
MetadataCloneRequest^ request
) sealed = IService::MetadataClone
private abstract MetadataClone :
request:MetadataCloneRequest -> MetadataCloneResponse
private override MetadataClone :
request:MetadataCloneRequest -> MetadataCloneResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.MetadataCloneRequest
The clone request.
Return Value
Type: Microsoft.MasterDataServices.MetadataCloneResponse
The MetadataCloneResponse for the operation.
Implements
IService.MetadataClone(MetadataCloneRequest)