Language

IDbTransactionExtension インターフェイス

定義

SQL Server Reporting Servicesのデータ処理拡張機能によって実装可能な追加のトランザクションプロパティを表します。

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
実装

プロパティ

名前 説明
AllowMultiConnection

プロバイダー拡張が複数の接続間で単一のトランザクションを使用できるかどうかを示します。

メソッド

名前 説明
Commit()

データベース トランザクションをコミットします。

(継承元 IDbTransaction)
Rollback()

保留中の状態からトランザクションをロールバックします。

(継承元 IDbTransaction)

適用対象