Delen via


TriggerScope Enumeration

Represents the types of trigger scope.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration TriggerScope
'Usage
Dim instance As TriggerScope
[SerializableAttribute]
public enum TriggerScope
[SerializableAttribute]
public enum class TriggerScope
[<SerializableAttribute>]
type TriggerScope
public enum TriggerScope

Members

Member name Description
AllServer The scope is AllServer.
Database The scope is Database.
Normal The scope is Normal.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace