DeepClone 方法

此成員會覆寫 ExpressionNode. . :: . .DeepClone() () () ()

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Overrides Function DeepClone As ExpressionNode
'用途
Dim instance As ExpressionNodeConstant
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