Partager via


Connection propriété

Used by the Report Manager or Report Builder to pass a database connection to the IQueryDesigner when it is initialized.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (dans 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)