Expand Minimize
This topic has not yet been rated - Rate this topic

TriggerActionType Enumeration

SQL Server 2012

Specifies which data modification statements, when attempted against this table or view, activate the trigger.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
[SerializableAttribute]
public enum TriggerActionType
Member nameDescription
DeleteType is Delete.
EventType is Event.
InsertType is Insert.
LogOnType is LogOn.
UpdateType is Update.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.