Rule.FireOnLocalCommit Property

true if this rule will execute when the current transaction commits.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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 with get 
override FireOnLocalCommit : bool with get
function get FireOnLocalCommit () : boolean

Property Value

Type: 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