Enumeração TriggerScope
Represents the types of trigger scope.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration TriggerScope
'Uso
Dim instance As TriggerScope
[SerializableAttribute]
public enum TriggerScope
[SerializableAttribute]
public enum class TriggerScope
[<SerializableAttribute>]
type TriggerScope
public enum TriggerScope
Membros
Nome do membro | Descrição | |
---|---|---|
AllServer | The scope is AllServer. | |
Database | The scope is Database. | |
Normal | The scope is Normal. |