ExpressionNode.DeepClone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a deep clone of the current expresion. The evaluation results are copied by reference, not by value.
public virtual Microsoft.SqlServer.Management.Dmf.ExpressionNode DeepClone ();
abstract member DeepClone : unit -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
override this.DeepClone : unit -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Overridable Function DeepClone () As ExpressionNode