IDbTransactionExtension Members
Include Protected Members
Include Inherited Members
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
The IDbTransactionExtension type exposes the following members.
Methods
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.) |
Top
Properties
Name | Description | |
---|---|---|
AllowMultiConnection | Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
Top