Partilhar via


Enumeração TriggerActionType

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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Enumeration TriggerActionType
'Uso
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType

Membros

Nome do membro Descrição
Delete Type is Delete.
Event Type is Event.
Insert Type is Insert.
LogOn Type is LogOn.
Update Type is Update.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom