Share via


ExpressionNodeConstant.DeepClone Method

Returns the a copy of the expression node including properties.

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

Syntax

'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function DeepClone As ExpressionNode
'Usage
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

Return Value

Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNodeConstant value that specifies the copy of the expression node.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

ExpressionNodeConstant Class

Microsoft.SqlServer.Management.Dmf Namespace