次の方法で共有


Field.DeepClone メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

この Field インスタンスのディープ クローンを返します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Overrides Function DeepClone As Object
'使用
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

戻り値

型: System.Object
Field オブジェクト。

関連項目

参照

Field クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間