TriggerType – výčet
Určuje typ aktivace.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
<SerializableAttribute> _
Public Enumeration TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType
Členy
Název členu | Popis | |
---|---|---|
Unknown | Typ je neznámý | |
For | Typ je pro | |
After | Typ je po | |
InsteadOf | Typ je InsteadOf |