ServiceConfig.IsolationLevel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置事务的隔离级别。
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 如果封闭的代码不以其他方式在事务中运行,则忽略 。