指定该事务的 IsolationLevel。
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel
Get
用法
Dim instance As SqlCeTransaction
Dim value As IsolationLevel
value = instance.IsolationLevel
public override IsolationLevel IsolationLevel { get; }
public:
virtual property IsolationLevel IsolationLevel {
IsolationLevel get () override;
}
abstract IsolationLevel : IsolationLevel
override IsolationLevel : IsolationLevel
override function get IsolationLevel () : IsolationLevel
属性值
类型:System.Data.IsolationLevel
该事务的 IsolationLevel。SQL Server Compact 的 .NET Compact Framework 数据访问接口支持 ReadCommitted、Serializable 和 ReadRepeatable 三种隔离级别。
实现
注释
不支持并行事务。IsolationLevel 适用于整个事务。