Partager via


Méthode ExpressionNodeConstant.DeepClone

Returns the a copy of the expression node including properties.

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

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function DeepClone As ExpressionNode
'Utilisation
Dim instance As ExpressionNodeConstant 
Dim returnValue As ExpressionNode 

returnValue = instance.DeepClone()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public override ExpressionNode DeepClone()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
virtual ExpressionNode^ DeepClone() override
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
abstract DeepClone : unit -> ExpressionNode 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
override DeepClone : unit -> ExpressionNode
public override function DeepClone() : ExpressionNode

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNodeConstant value that specifies the copy of the 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.

Voir aussi

Référence

ExpressionNodeConstant Classe

Espace de noms Microsoft.SqlServer.Management.Dmf