Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Return Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that specifies the copied expression node.
Remarks
The default constructor initializes any fields to their default values.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.