Sdílet prostřednictvím


SqlTransaction.IsolationLevel Vlastnost

Definice

Určuje pro IsolationLevel tuto transakci.

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

Hodnota vlastnosti

Pro IsolationLevel tuto transakci. Výchozí formát je ReadCommitted.

Poznámky

Paralelní transakce nejsou podporovány. Proto platí IsolationLevel pro celou transakci.

Další informace o úrovních izolace SQL Server najdete v tématu Úrovně izolace transakcí.

Platí pro