IQueryDesigner.Connection 属性

Used by the Report Designer in Business Intelligence Development Studio to pass a database connection to the IQueryDesigner when it is initialized.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
WriteOnly Property Connection As IDbConnection 
    Set
用法
Dim instance As IQueryDesigner 
Dim value As IDbConnection

instance.Connection = value
IDbConnection Connection { set; }
property IDbConnection^ Connection {
    void set (IDbConnection^ value);
}
abstract Connection : IDbConnection with get, set
function set Connection (value : IDbConnection)

属性值

类型:Microsoft.ReportingServices.DataProcessing.IDbConnection
An IDbConnection object.

请参阅

参考

IQueryDesigner 接口

Microsoft.ReportingServices.Interfaces 命名空间