Share via


IDbConnection Members

Represents an open connection to a data source, and is implemented by SQL Server Reporting Services data processing extensions that access relational databases.

The following tables list the members exposed by the IDbConnection type.

Public Properties

  Name Description
ms160688.pubproperty(en-US,SQL.90).gif ConnectionString Gets or sets the string used to open a database.
ms160688.pubproperty(en-US,SQL.90).gif ConnectionTimeout Gets the time to wait, while trying to establish a connection, before terminating the attempt and generating an error.

Top

Public Methods

  Name Description
ms160688.pubmethod(en-US,SQL.90).gif BeginTransaction Begins a database transaction.
ms160688.pubmethod(en-US,SQL.90).gif Close Closes the connection to the database.
ms160688.pubmethod(en-US,SQL.90).gif CreateCommand Creates and returns a Command object associated with the connection.
ms160688.pubmethod(en-US,SQL.90).gif Open Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object.

Top

See Also

Reference

IDbConnection Interface
Microsoft.ReportingServices.DataProcessing Namespace