Właściwość IQueryDesigner.Connection
Używane przez Projektant raportów w Business Intelligence Development Studio przekazać połączenie z bazą danych, aby IQueryDesigner po zainicjowaniu.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestaw: Microsoft.ReportingServices.QueryDesigners (w Microsoft.ReportingServices.QueryDesigners.dll)
Składnia
'Deklaracja
WriteOnly Property Connection As IDbConnection
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.DataProcessing.IDbConnection
IDbConnection Obiektu.
Zobacz także