Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the store has a currently active transaction.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Property TransactionActive As Boolean
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.