Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Public Function MetadataClone ( _
International As International, _
Metadata As Metadata _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Metadata As Metadata
Dim returnValue As OperationResult
returnValue = instance.MetadataClone(International, _
Metadata)
public OperationResult MetadataClone(
International International,
Metadata Metadata
)
public:
OperationResult^ MetadataClone(
International^ International,
Metadata^ Metadata
)
member MetadataClone :
International:International *
Metadata:Metadata -> OperationResult
public function MetadataClone(
International : International,
Metadata : Metadata
) : OperationResult
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Metadata
Typ: Microsoft.MasterDataServices.Metadata
The metadata to be cloned.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.