TriggerActionType 열거형
Specifies which data modification statements, when attempted against this table or view, activate the trigger.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
<SerializableAttribute> _
Public Enumeration TriggerActionType
‘사용 방법
Dim instance As TriggerActionType
[SerializableAttribute]
public enum TriggerActionType
[SerializableAttribute]
public enum class TriggerActionType
[<SerializableAttribute>]
type TriggerActionType
public enum TriggerActionType
멤버
멤버 이름 | 설명 | |
---|---|---|
Delete | Type is Delete. | |
Event | Type is Event. | |
Insert | Type is Insert. | |
LogOn | Type is LogOn. | |
Update | Type is Update. |