Freigeben über


DeepClone-Methode

Creates a copy of the referenced object. This includes all its properties.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Overridable Function DeepClone As ExpressionNode
'Usage
Dim instance As ExpressionNode
Dim returnValue As ExpressionNode

returnValue = instance.DeepClone()
public virtual ExpressionNode DeepClone()
public:
virtual ExpressionNode^ DeepClone()
abstract DeepClone : unit -> ExpressionNode 
override DeepClone : unit -> ExpressionNode 
public function DeepClone() : ExpressionNode

Rückgabewert

Typ: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the copied expression node.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.