Megosztás a következőn keresztül:


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
Public method Commit() Commits the database transaction. (Inherited from IDbTransaction.)
Public method Dispose() (Inherited from IDisposable.)
Public method Rollback() Rolls back a transaction from a pending state. (Inherited from IDbTransaction.)

Top

Properties

  Name Description
Public property AllowMultiConnection Indicates whether the provider extension allows a single transaction to be used across multiple connections.

Top