IDbTransactionExtension Interface

Definition

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)

Applies to