Enumerazione TriggerType
Specifica il tipo di trigger.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Enumeration TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType
Membri
Nome membro | Descrizione | |
---|---|---|
Unknown | Il tipo è Unknown | |
For | Il tipo è For | |
After | Il tipo è After | |
InsteadOf | Il tipo è InsteadOf |