SqlTransaction.IsolationLevel Propriété

Définition

Spécifie la IsolationLevel transaction.

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

Valeur de propriété

Pour IsolationLevel cette transaction. La valeur par défaut est ReadCommitted.

Implémente

Remarques

Les transactions parallèles ne sont pas prises en charge. Par conséquent, l’application IsolationLevel s’applique à l’ensemble de la transaction.

Pour plus d’informations sur les niveaux d’isolation SQL Server, consultez Transaction Isolation Levels.

S’applique à

Voir aussi