共用方式為


TriggerScope 列舉

Represents the types of trigger scope.

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

語法

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

成員

成員名稱 說明
AllServer The scope is AllServer.
Database The scope is Database.
Normal The scope is Normal.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間