IQueryDesigner.Connection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 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 对象。