IDbTransactionExtension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
public interface class IDbTransactionExtension : IDisposable, Microsoft::ReportingServices::DataProcessing::IDbTransaction
public interface IDbTransactionExtension : IDisposable, Microsoft.ReportingServices.DataProcessing.IDbTransaction
type IDbTransactionExtension = interface
interface IDbTransaction
interface IDisposable
Public Interface IDbTransactionExtension
Implements IDbTransaction, IDisposable
- Implements
Properties
AllowMultiConnection |
Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
Methods
Commit() |
Commits the database transaction. (Inherited from IDbTransaction) |
Rollback() |
Rolls back a transaction from a pending state. (Inherited from IDbTransaction) |