Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
CONNECTION_PROPERTY 関数を使用して、現在の接続の独立性レベルを表示できます。
前提条件
データベースに接続されている必要があります。
次の文を実行します。
SELECT CONNECTION_PROPERTY( 'isolation_level' );
結果
現在の接続の独立性レベルが返されます。