SqlTransaction.IsolationLevel Eigenschaft

Definition

Gibt die 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

Die IsolationLevel für diese Transaktion. Der Standardwert lautet ReadCommitted.

Implementiert

Hinweise

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

Weitere Informationen zu SQL Server Isolationsstufen finden Sie unter Transaction Isolation Levels.

Gilt für:

Weitere Informationen