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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Enumeration TimeToFire
'Usage
Dim instance As TimeToFire
public enum TimeToFire
public enum class TimeToFire
public enum TimeToFire
Members
| Member name | Description | |
|---|---|---|
| Inline | Call the rule when the transaction occurs. | |
| LocalCommit | Call the rule when the transaction commits. | |
| TopLevelCommit | Call the rule when the top-level transaction commits. |