SqlTransaction.IsolationLevel Eigenschaft

Definition

Gibt den IsolationLevel für diese Transaktion an.

public:
 virtual property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public:
 property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public override System.Data.IsolationLevel IsolationLevel { get; }
public System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel
Public ReadOnly Property IsolationLevel As IsolationLevel

Eigenschaftswert

Der IsolationLevel für diese Transaktion. Der Standardwert ist ReadCommitted.

Implementiert

Hinweise

Parallele Transaktionen werden nicht unterstützt. Daher gilt die IsolationLevel für die gesamte Transaktion.

Weitere Informationen zu SQL Server Isolationsstufen finden Sie unter Transaktionsisolationsstufen.

Gilt für:

Weitere Informationen