次の方法で共有


IsolationLevel プロパティ

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

名前空間:  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

実装

IDbTransaction. . :: . .IsolationLevel