Store.TransactionActive 属性

定义

指示存储区包含当前活动事务。 当事务在所有事件全部完成后打开时,就会发生这种情况。

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

属性值

Boolean
属性

适用于