共用方式為


ActivationOrder 列舉

The ActivationOrder enumeration contains values that are used to specify when the trigger runs in relation to other triggers attached to a given the insert, update, or delete operation.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration ActivationOrder
'用途
Dim instance As ActivationOrder
public enum ActivationOrder
public enum class ActivationOrder
type ActivationOrder
public enum ActivationOrder

成員

成員名稱 說明
First Specifies that the trigger will run first.
Last Specifies that the trigger will run last.
None Specifies random order of execution for the trigger.

請參閱

參考

Microsoft.SqlServer.Management.Smo.Agent 命名空間