Partager via


DeepClone méthode

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

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Overridable Function DeepClone As ExpressionNode
'Utilisation
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

Valeur de retour

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.