Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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)