TimeToFire Enumeration
Determines when to call the rule.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public Enumeration TimeToFire
public enum TimeToFire
public enum class TimeToFire
type TimeToFire
public enum TimeToFire
Members
Member name | Description | |
---|---|---|
Inline | Execute the rule soon after the triggering change occurs. | |
LocalCommit | Execute the rule when the transaction commits. | |
TopLevelCommit | Execute the rule when the top-level transaction commits. |
Remarks
For more information and examples, see Rules Propagate Changes Within the Model.