OdbcTransaction.IsolationLevel Eigenschap

Definitie

Hiermee geeft u de IsolationLevel voor deze transactie.

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

Waarde van eigenschap

De IsolationLevel voor deze transactie. De standaardwaarde is afhankelijk van het onderliggende ODBC-stuurprogramma.

Implementeringen

Opmerkingen

Parallelle transacties worden niet ondersteund. Daarom is het IsolationLevel van toepassing op de hele transactie.

Van toepassing op

Zie ook