OdbcTransaction.IsolationLevel Eigenschaft

Definition

Gibt den IsolationLevel für diese Transaktion an.

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

Eigenschaftswert

Der IsolationLevel für diese Transaktion. Der Standardwert hängt vom zugrunde liegenden ODBC-Treiber ab.

Implementiert

Hinweise

Parallele Transaktionen werden nicht unterstützt. Daher gilt die IsolationLevel für die gesamte Transaktion.

Gilt für:

Weitere Informationen