Bagikan melalui


ExpressionNodeAttribute.DeepClone Method

Returns 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 ExpressionNodeAttribute 
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 ExpressionNode value that specifies the expression node.

Remarks

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

See Also

Reference

ExpressionNodeAttribute Class

Microsoft.SqlServer.Management.Dmf Namespace