Compartilhar via


Propriedade do RDL IQueryDesigner.Connection

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
WriteOnly Property Connection As IDbConnection 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.DataProcessing.IDbConnection
An IDbConnection object.

Consulte também

Referência

IQueryDesigner Interface

Namespace Microsoft.ReportingServices.Interfaces