DeepClone 方法

Creates a copy of the referenced object. This includes all its properties.

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

語法

'宣告
Public Overridable Function DeepClone As ExpressionNode
'用途
Dim instance As ExpressionNode
Dim returnValue As ExpressionNode

returnValue = instance.DeepClone()
public virtual ExpressionNode DeepClone()
public:
virtual ExpressionNode^ DeepClone()
abstract DeepClone : unit -> ExpressionNode 
override DeepClone : unit -> ExpressionNode 
public function DeepClone() : ExpressionNode

傳回值

型別:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the copied expression node.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。