Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Determines when to call the rule.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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.