TriggerEnforcement 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.
Options on enforcement of trigger execution.
[System.Serializable]
public enum TriggerEnforcement
[<System.Serializable>]
type TriggerEnforcement =
Public Enum TriggerEnforcement
- Inheritance
-
TriggerEnforcement
- Attributes
Fields
Name | Value | Description |
---|---|---|
Disable | 0 | Trigger is not evaluated. |
Enable | 1 | Trigger is evaluated. |