TimeToFire Enum
Definition
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
public enum class TimeToFire
public enum TimeToFire
type TimeToFire =
Public Enum TimeToFire
- Inheritance
-
TimeToFire
Fields
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 |