トリガーの種類を指定します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Unknown | 種類は Unknown です | |
| For | 種類は For です | |
| After | 種類は After です | |
| InsteadOf | 種類は InsteadOf です |