IDbTransaction.IsolationLevel 屬性

定義

指定適用於此交易的 IsolationLevel

public:
 property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public ReadOnly Property IsolationLevel As IsolationLevel

屬性值

適用於此交易的 IsolationLevel。 預設為 ReadCommitted

備註

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

適用於