OdbcTransaction.IsolationLevel Właściwość

Definicja

Określa IsolationLevel dla tej transakcji.

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

Wartość właściwości

IsolationLevel

Element IsolationLevel dla tej transakcji. Wartość domyślna zależy od bazowego sterownika ODBC.

Implementuje

Uwagi

Transakcje równoległe nie są obsługiwane. W związku z tym element IsolationLevel dotyczy całej transakcji.

Dotyczy

Zobacz też