次の方法で共有


BusinessLogicTransaction クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents a business logic transaction.

継承階層

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicTransaction

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Class BusinessLogicTransaction _
    Implements IDbTransaction, IDisposable
'使用
Dim instance As BusinessLogicTransaction
public class BusinessLogicTransaction : IDbTransaction, 
    IDisposable
public ref class BusinessLogicTransaction : IDbTransaction, 
    IDisposable
type BusinessLogicTransaction =  
    class 
        interface IDbTransaction 
        interface IDisposable 
    end
public class BusinessLogicTransaction implements IDbTransaction, IDisposable

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

コンストラクター

  名前 説明
パブリック メソッド BusinessLogicTransaction Initializes a new instance of the BusinessLogicTransaction class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Connection Gets the IDbConnection object associated with the transaction.
パブリック プロパティ IsolationLevel Gets the IsolationLevel for this transaction.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Commit Commits the transaction.
パブリック メソッド Dispose Releases the unmanaged resources used by the BusinessLogicTransaction.
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Rollback Rolls back a transaction from a pending state.
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間