Store.TransactionActive Property
Gets or sets whether the store has a currently active transaction.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public Property TransactionActive As Boolean
Get
Friend Set
public bool TransactionActive { get; internal set; }
public:
property bool TransactionActive {
bool get ();
internal: void set (bool value);
}
member TransactionActive : bool with get, internal set
function get TransactionActive () : boolean
internal function set TransactionActive (value : boolean)
Property Value
Type: System.Boolean
true if the store has a currently active transaction; otherwise, false.
Remarks
This property indicates if the store has a currently active transaction.
This is true when a transaction is open and includes the time until all events have finished firing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.