Bagikan melalui


OleDbTransaction.IsolationLevel Properti

Definisi

IsolationLevel Menentukan untuk transaksi ini.

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

Nilai Properti

IsolationLevel untuk transaksi ini. Default adalah ReadCommitted.

Penerapan

Keterangan

Transaksi paralel tidak didukung. Oleh karena itu, IsolationLevel berlaku untuk seluruh transaksi.

Berlaku untuk

Lihat juga