OdbcTransaction.IsolationLevel 屬性

定義

指定適用於此交易的 IsolationLevel

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

屬性值

適用於此交易的 IsolationLevel。 預設值依基礎 ODBC 驅動程式而定。

實作

備註

不支援平行交易。 因此, IsolationLevel 會套用至整個交易。

適用於

另請參閱