Rule.FireOnLocalCommit Property

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

See Also

Reference

Rule Class

Microsoft.VisualStudio.Modeling Namespace