IDbTransaction.IsolationLevel Propriété

Définition

Spécifie la IsolationLevel transaction.

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

Valeur de propriété

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

Remarques

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

S’applique à