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
名称 | Description | |
---|---|---|
![]() |
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. |
![]() |
IntegratedSecurity | Indicates whether the connection should use integrated security rather than supply a username and password. |
![]() |
Password | Gets or sets the password to use when connecting to the database. Overrides any password specified in the connection string. |
![]() |
UserName | Gets or sets the username to use when connecting to the database. Overrides any username specified in the connection string. |
顶部
请参阅
参考
IDbConnectionExtension Interface
Microsoft.ReportingServices.DataProcessing Namespace