Partager via


Énumération TriggerActionType

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration TriggerActionType
'Utilisation
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType

Membres

Nom de membre Description
Delete Type is Delete.
Event Type is Event.
Insert Type is Insert.
LogOn Type is LogOn.
Update Type is Update.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom