TriggerType 列舉

Specifies the type of the trigger.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration TriggerType
'用途
Dim instance As TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType

成員

成員名稱 說明
After The type is After.
For The type is For.
InsteadOf The type is InsteadOf.
Unknown The type is Unknown.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間