Свойство 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.