Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TriggerActionType
'Usage
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType
Members
Member name | Description | |
---|---|---|
Delete | Type is Delete. | |
Event | Type is Event. | |
Insert | Type is Insert. | |
LogOn | Type is LogOn. | |
Update | Type is Update. |