Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Clones the expression node and all child nodes subsumed by the expression node.
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 ExpressionNodeOperator
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
Return Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object.