次の方法で共有


IDbTransactionExtension インターフェイス

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

名前空間:  Microsoft.ReportingServices.DataProcessing
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
Public Interface IDbTransactionExtension _
    Inherits IDbTransaction, IDisposable
'使用
Dim instance As IDbTransactionExtension
public interface IDbTransactionExtension : IDbTransaction, 
    IDisposable
public interface class IDbTransactionExtension : IDbTransaction, 
    IDisposable
type IDbTransactionExtension =  
    interface
        interface IDbTransaction
        interface IDisposable
    end
public interface IDbTransactionExtension extends IDbTransaction, IDisposable

IDbTransactionExtension 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ AllowMultiConnection プロバイダ拡張機能により、複数の接続間で単一のトランザクションの使用を許可するかどうかを指定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Commit データベース トランザクションをコミットします。 (IDbTransaction から継承されています。)
パブリック メソッド Dispose (IDisposable から継承されています。)
パブリック メソッド Rollback トランザクションを保留状態からロールバックします。 (IDbTransaction から継承されています。)

先頭に戻る