Freigeben über


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

Name Value Description
Delete 0

Delete action.

Insert 1

Insert Action.

Update 2

Update Action.

Event 3

Event.

LogOn 4

Logon Trigger.

Applies to