OdbcTransaction.IsolationLevel Propriété

Définition

Spécifie IsolationLevel pour cette transaction.

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

Valeur de propriété

IsolationLevel pour cette transaction. La valeur par défaut dépend du pilote ODBC sous-jacent.

Implémente

Remarques

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

S’applique à

Voir aussi