Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies which data modification statements, when attempted against this table or view, activate the trigger.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Enumeration TriggerActionType
'Uso
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Delete | Type is Delete. | |
| Event | Type is Event. | |
| Insert | Type is Insert. | |
| LogOn | Type is LogOn. | |
| Update | Type is Update. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom