Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |