次の方法で共有


IsolationLevel 列挙体

SET TRANSACTION ISOLATION LEVEL コマンドの分離レベルを指定します。

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

構文

'宣言
Public Enumeration IsolationLevel
'使用
Dim instance As IsolationLevel
public enum IsolationLevel
public enum class IsolationLevel
type IsolationLevel
public enum IsolationLevel

メンバー

メンバー名 説明
None 分離レベルは None です。
ReadCommitted 分離レベルは ReadCommitted です。
ReadUncommitted 分離レベルは ReadUncommitted です。
RepeatableRead 分離レベルは RepeatableRead です。
Serializable 分離レベルは Serializable です。
Snapshot 分離レベルは Snapshot です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間