IDbTransactionExtension Interface
Updated: February 25, 2016
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | AllowMultiConnection | Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
| Name | Description | |
|---|---|---|
![]() | Commit() | Commits the database transaction.(Inherited from IDbTransaction.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | Rollback() | Rolls back a transaction from a pending state.(Inherited from IDbTransaction.) |
Show:

