分離レベルを指定します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration 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 です |