SqlTransaction.IsolationLevel Vlastnost

Definice

Určuje IsolationLevel pro tuto transakci.

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

Hodnota vlastnosti

Pro IsolationLevel tuto transakci. Výchozí hodnota je ReadCommitted.

Implementuje

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 .

Platí pro

Viz také