この 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.