共用方式為


TriggerActionType 列舉型別

指定觸發程序動作類型。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType

成員

成員名稱 說明
Delete 類型為 Delete。
Insert 類型為 Insert。
Update 類型為 Update。
Event 類型為 Event。
LogOn 類型為 LogOn。

請參閱

參考

Microsoft.Data.Schema.ScriptDom.Sql 命名空間