Metodo ExpressionNodeAttribute.DeepClone

Returns a copy of the expression node including properties.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function DeepClone As ExpressionNode
'Utilizzo
Dim instance As ExpressionNodeAttribute 
Dim returnValue As ExpressionNode 

returnValue = instance.DeepClone()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public override ExpressionNode DeepClone()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
virtual ExpressionNode^ DeepClone() override
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
abstract DeepClone : unit -> ExpressionNode 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
override DeepClone : unit -> ExpressionNode
public override function DeepClone() : ExpressionNode

Valore restituito

Tipo: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that specifies the expression node.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ExpressionNodeAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf