OleDbTransaction.IsolationLevel 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为该事务指定 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.IsolationLevelPublic Overrides ReadOnly Property IsolationLevel As IsolationLevelPublic ReadOnly Property IsolationLevel As IsolationLevel属性值
该事务的 IsolationLevel。 默认值为 ReadCommitted。
实现
注解
不支持并行事务。 因此, IsolationLevel 适用于整个事务。