TriggerActionType Enum

Definition

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

Delete 0

Delete action.

Event 3

Event.

Insert 1

Insert Action.

LogOn 4

Logon Trigger.

Update 2

Update Action.

Applies to