DeepClone 方法
Clones the expression node and all child nodes subsumed by the expression node.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Overrides Function DeepClone As ExpressionNode
'用途
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
傳回值
型別:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object.