IQueryDesigner.Connection 属性

定义

由 Business Intelligence Development Studio 中的报表设计器用于在其初始化时将数据库连接传递到 IQueryDesigner

public:
 property Microsoft::ReportingServices::DataProcessing::IDbConnection ^ Connection {  void set(Microsoft::ReportingServices::DataProcessing::IDbConnection ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbConnection Connection { set; }
member this.Connection : Microsoft.ReportingServices.DataProcessing.IDbConnection
Public Property Connection As IDbConnection

属性值

IDbConnection

一个 IDbConnection 对象。

适用于