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
type TriggerEnforcement =
Public Enum TriggerEnforcement
- Inheritance
-
TriggerEnforcement
- Attributes
-
SerializableAttribute SerializableAttribute
Fields
| Disable | 0 | Trigger is not evaluated. |
| Enable | 1 | Trigger is evaluated. |