Metodo MetadataValue.DeepClone
Returns a deep clone of the object.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Overrides Function DeepClone As Object
'Utilizzo
Dim instance As MetadataValue
Dim returnValue As Object
returnValue = instance.DeepClone()
public override Object DeepClone()
public:
virtual Object^ DeepClone() override
abstract DeepClone : unit -> Object
override DeepClone : unit -> Object
public override function DeepClone() : Object
Valore restituito
Tipo: System.Object
A deep clone of the object.