Partager via


Énumération TriggerType

Specifies the type of 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 TriggerType
'Utilisation
Dim instance As TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType

Membres

Nom de membre Description
After The type is After.
For The type is For.
InsteadOf The type is InsteadOf.
Unknown The type is Unknown.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom