Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.