Partilhar via


Enumeração TriggerType

Specifies the type of the trigger.

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Enumeration TriggerType
'Uso
Dim instance As TriggerType
[SerializableAttribute]
public enum TriggerType
[SerializableAttribute]
public enum class TriggerType
[<SerializableAttribute>]
type TriggerType
public enum TriggerType

Membros

Nome do membro Descrição
After The type is After.
For The type is For.
InsteadOf The type is InsteadOf.
Unknown The type is Unknown.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom