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 命名空间