TriggerActionType Enumeration
Specifies which data modification statements, when attempted against this table or view, activate the trigger.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Member name | Description | |
---|---|---|
Delete | Type is Delete. | |
Event | Type is Event. | |
Insert | Type is Insert. | |
LogOn | Type is LogOn. | |
Update | Type is Update. |
Show: