共用方式為


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。

請參閱

參考

Microsoft.Data.Schema.ScriptDom.Sql 命名空間