Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |