IDbConnectionExtension Members

Represents additional connection properties that can be implemented by SQL Server Reporting Services data processing extensions.

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

Public Properties

  Name Description
ms160683.pubproperty(en-US,SQL.90).gif Impersonate Sets the username of the user that is impersonated while queries are executed. This property is ignored by the report server if impersonation is not supported by the data provider.
ms160683.pubproperty(en-US,SQL.90).gif IntegratedSecurity Indicates whether the connection should use integrated security rather than supply a username and password.
ms160683.pubproperty(en-US,SQL.90).gif Password Gets or sets the password to use when connecting to the database. Overrides any password specified in the connection string.
ms160683.pubproperty(en-US,SQL.90).gif UserName Gets or sets the username to use when connecting to the database. Overrides any username specified in the connection string.

Top

See Also

Reference

IDbConnectionExtension Interface
Microsoft.ReportingServices.DataProcessing Namespace