OdbcTransaction.IsolationLevel Eigenschaft

Definition

Gibt die IsolationLevel Für diese Transaktion an.

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

Eigenschaftswert

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

Implementiert

Hinweise

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

Gilt für:

Weitere Informationen