Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the options on enforcement of trigger execution.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TriggerEnforcement
'Usage
Dim instance As TriggerEnforcement
[SerializableAttribute]
public enum TriggerEnforcement
[SerializableAttribute]
public enum class TriggerEnforcement
[<SerializableAttribute>]
type TriggerEnforcement
public enum TriggerEnforcement
Members
| Member name | Description | |
|---|---|---|
| Disable | Enforcement is Disable. | |
| Enable | Enforcement is Enable. |