Transaction.IsActive 属性

定义

如果此事务处于活动状态, (已启动但未提交或回滚) ,则返回 true。 否则返回 false。

public:
 property bool IsActive { bool get(); };
public bool IsActive { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsActive : bool
Public ReadOnly Property IsActive As Boolean

属性值

Boolean
属性

适用于