MetadataValue.DeepClone 方法
此成员重写 ReportObject.DeepClone()。
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Overrides Function DeepClone As Object
用法
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