Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the isolation level.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration IsolationLevel
public enum IsolationLevel
public enum class IsolationLevel
type IsolationLevel
public enum IsolationLevel
Members
Member name | Description | |
---|---|---|
None | Level is None | |
ReadCommitted | Level is ReadCommitted | |
ReadUncommitted | Level is ReadUncommitted | |
RepeatableRead | Level is RepeatableRead | |
Serializable | Level is Serializable | |
Snapshot | Level is Snapshot |