IQueryDesigner.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the Report Designer in Business Intelligence Development Studio to pass a database connection to the IQueryDesigner when it is initialized.
public:
property Microsoft::ReportingServices::DataProcessing::IDbConnection ^ Connection { void set(Microsoft::ReportingServices::DataProcessing::IDbConnection ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbConnection Connection { set; }
member this.Connection : Microsoft.ReportingServices.DataProcessing.IDbConnection
Public Property Connection As IDbConnection
Property Value
An IDbConnection object.