Condividi tramite


Enumerazione TriggerType

Specifies the type of the trigger.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Enumeration TriggerType
'Utilizzo
Dim instance As TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType

Membri

Nome membro Descrizione
After The type is After.
For The type is For.
InsteadOf The type is InsteadOf.
Unknown The type is Unknown.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom