Compartir a través de


Enumeración TriggerScope

Represents the types of trigger scope.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Enumeration TriggerScope
'Uso
Dim instance As TriggerScope
[SerializableAttribute]
public enum TriggerScope
[SerializableAttribute]
public enum class TriggerScope
[<SerializableAttribute>]
type TriggerScope
public enum TriggerScope

Miembros

Nombre del miembro Descripción
AllServer The scope is AllServer.
Database The scope is Database.
Normal The scope is Normal.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom