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.
true if this rule will execute when the current transaction commits.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FireOnLocalCommit As Boolean
public virtual bool FireOnLocalCommit { get; }
public:
virtual property bool FireOnLocalCommit {
bool get ();
}
abstract FireOnLocalCommit : bool
override FireOnLocalCommit : bool
function get FireOnLocalCommit () : boolean
Property Value
Type: System.Boolean
true if this rule will execute when the current transaction commits; otherwise, false.
Remarks
Local commit time is the time when the current, most nested transaction commits.
.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.