Propriété IQueryDesigner.Connection

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
WriteOnly Property Connection As IDbConnection 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IQueryDesigner Interface

Espace de noms Microsoft.ReportingServices.Interfaces