ServiceConfig.IsolationLevel 属性

定义

获取或设置事务的隔离级别。

public:
 property System::EnterpriseServices::TransactionIsolationLevel IsolationLevel { System::EnterpriseServices::TransactionIsolationLevel get(); void set(System::EnterpriseServices::TransactionIsolationLevel value); };
public System.EnterpriseServices.TransactionIsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.EnterpriseServices.TransactionIsolationLevel with get, set
Public Property IsolationLevel As TransactionIsolationLevel

属性值

TransactionIsolationLevel 值之一。 默认值为 Any

注解

如果封闭事务未在指定的隔离级别运行,则会创建一个新事务。 IsolationLevel 如果封闭的代码不以其他方式在事务中运行,则忽略 。

适用于