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 네임스페이스