Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gibt die Isolationsstufe für diese Transaktion an.
Public ReadOnly Property SAIsolationLevel As SAIsolationLevel
public SAIsolationLevel SAIsolationLevel {get;}
Die IsolationLevel-Eigenschaft für diese Transaktion. Dies kann eine der folgenden sein:
Chaos
Read ReadCommitted
ReadOnlySnapshot
ReadUncommitted
RepeatableRead
Serialisierbar
Snapshot
StatementSnapshot
Unspecified
Standardwert ist ReadCommitted.
Parallele Transaktionen werden nicht unterstützt. Daher gilt die IsolationLevel-Eigenschaft für die gesamte Transaktion.