Freigeben über


ExpressionNodeGroup.DeepClone-Methode

Creates a copy of the expression node group including properties.

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

Syntax

'Declaration
Public Overrides Function DeepClone As ExpressionNode
'Usage
Dim instance As ExpressionNodeGroup 
Dim returnValue As ExpressionNode 

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

Rückgabewert

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

Hinweise

Der Standardkonstruktor initialisiert alle Felder mit ihren Standardwerten.

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

Siehe auch

Verweis

ExpressionNodeGroup Klasse

Microsoft.SqlServer.Management.Dmf-Namespace