Metodo DeepClone
Creates a copy of the referenced object. This includes all its properties.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Overridable Function DeepClone As ExpressionNode
'Utilizzo
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
Valore restituito
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
An ExpressionNode object value that specifies the copied expression node.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche