TriggerActionType 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.
Specify which data modification statements, when attempted against this table or view, activate the trigger.
[System.Serializable]
public enum TriggerActionType
[<System.Serializable>]
type TriggerActionType =
Public Enum TriggerActionType
- Inheritance
-
TriggerActionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Delete | 0 | Delete action. |
Insert | 1 | Insert Action. |
Update | 2 | Update Action. |
Event | 3 | Event. |
LogOn | 4 | Logon Trigger. |