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.
Specifies the Sql trigger type.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlTriggerType
'Usage
Dim instance As SqlTriggerType
public enum SqlTriggerType
public enum class SqlTriggerType
public enum SqlTriggerType
Members
Member name | Description | |
---|---|---|
Unknown | Type is Unknown | |
For | Type is For | |
After | Type is After | |
InsteadOf | Type is InsteadOf |