Partilhar via


Método Field.DeepClone

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns a deep clone of this Field instance.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Overrides Function DeepClone As Object
'Uso
Dim instance As Field 
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

Valor de retorno

Tipo: System.Object
A Field object.

Consulte também

Referência

Field Classe

Namespace Microsoft.ReportingServices.RdlObjectModel