TimeToFire Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration that identifies firing time of a rule
C++
public enum class TimeToFire
public enum TimeToFire
type TimeToFire =
Public Enum TimeToFire
- Inheritance
-
TimeToFire
Name | Value | Description |
---|---|---|
Inline | 0 | Rule will be fired Inline |
LocalCommit | 1 | Rule will be fired when the transaction in which the change occurred commits |
TopLevelCommit | 2 | Rule will be fired when the top level transaction in which the change occurred commits |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |