分離レベルを指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration IsolationLevel
'使用
Dim instance As IsolationLevel
public enum IsolationLevel
public enum class IsolationLevel
public enum IsolationLevel
メンバ
| メンバ名 | 説明 | |
|---|---|---|
| None | レベルは None です。 | |
| ReadCommitted | レベルは ReadCommitted です。 | |
| ReadUncommitted | レベルは ReadUncommitted です。 | |
| RepeatableRead | レベルは RepeatableRead です。 | |
| Serializable | レベルは Serializable です。 | |
| Snapshot | レベルは Snapshot です。 |