Expand Minimize
This topic has not yet been rated - Rate this topic

IsolationLevel Enumeration

SQL Server 2012

Specifies the isolation levels for SET TRANSACTION ISOLATION LEVEL command.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public enum IsolationLevel
Member nameDescription
NoneThe isolation level is None.
ReadCommittedThe isolation level is ReadCommitted.
ReadUncommittedThe isolation level is ReadUncommitted.
RepeatableReadThe isolation level is RepeatableRead.
SerializableThe isolation level is Serializable.
SnapshotThe isolation level is Snapshot.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.