IsolationLevel 列舉型別
指定隔離等級。
命名空間: 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。 |