Перечисление IsolationLevel

Specifies the isolation levels for SET TRANSACTION ISOLATION LEVEL command.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Enumeration IsolationLevel
'Применение
Dim instance As IsolationLevel
public enum IsolationLevel
public enum class IsolationLevel
type IsolationLevel
public enum IsolationLevel

Элементы

Имя элемента Описание
None The isolation level is None.
ReadCommitted The isolation level is ReadCommitted.
ReadUncommitted The isolation level is ReadUncommitted.
RepeatableRead The isolation level is RepeatableRead.
Serializable The isolation level is Serializable.
Snapshot The isolation level is Snapshot.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom