Перечисление 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