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.
Defines the supported types of trigger order restriction.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlTriggerOrderRestriction
public enum SqlTriggerOrderRestriction
public enum class SqlTriggerOrderRestriction
type SqlTriggerOrderRestriction
public enum SqlTriggerOrderRestriction
Members
Member name | Description | |
---|---|---|
None | Specifies that there are no restrictions on trigger order; the triggers are raised in an undefined order. | |
IsFirst | Specifies that the trigger must be fired first. | |
IsLast | Specifies that the trigger must be fired last. |