SAIsolationLevel property

Specifies the extended isolation level for this transaction.

Visual Basic syntax

Public ReadOnly Property SAIsolationLevel As SAIsolationLevel

C# syntax

public SAIsolationLevel SAIsolationLevel {get;}

Remarks

The SAIsolationLevel for this transaction. This can be one of:

  • Unspecified
  • Chaos
  • ReadUncommitted
  • ReadCommitted
  • RepeatableRead
  • Serializable
  • Snapshot
  • StatementSnapshot
  • ReadOnlySnapshot

The default is ReadCommitted.

Parallel transactions are not supported. Therefore, the SAIsolationLevel applies to the entire transaction.