次の方法で共有


BusinessLogicTransaction.IsolationLevel プロパティ

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

Gets the IsolationLevel for this transaction.

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

構文

'宣言
Public ReadOnly Property IsolationLevel As IsolationLevel 
    Get
'使用
Dim instance As BusinessLogicTransaction 
Dim value As IsolationLevel 

value = instance.IsolationLevel
public IsolationLevel IsolationLevel { get; }
public:
virtual property IsolationLevel IsolationLevel {
    IsolationLevel get () sealed;
}
abstract IsolationLevel : IsolationLevel 
override IsolationLevel : IsolationLevel
final function get IsolationLevel () : IsolationLevel

プロパティ値

型: System.Data.IsolationLevel
The IsolationLevel for this transaction.

実装

IDbTransaction.IsolationLevel

関連項目

参照

BusinessLogicTransaction クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間