指定隔离级别。
命名空间:  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 |