QueryParameter.DeepClone 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Returns a copy of the parameters including the properties.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Overrides Function DeepClone As Object
用法
Dim instance As QueryParameter 
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
A copy of the parameters including the properties.

请参阅

参考

QueryParameter 类

Microsoft.ReportingServices.RdlObjectModel 命名空间