SqlTransaction.IsolationLevel Egenskap

Definition

Anger för den IsolationLevel här transaktionen.

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

Egenskapsvärde

För IsolationLevel den här transaktionen. Standardvärdet är ReadCommitted.

Implementeringar

Kommentarer

Parallella transaktioner stöds inte. Därför IsolationLevel gäller för hela transaktionen.

Mer information om SQL Server isoleringsnivåer finns i Transaction Isolation Levels.

Gäller för

Se även