Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
WriteOnly Property Connection As IDbConnection
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.DataProcessing.IDbConnection
An IDbConnection object.