SqlTriggerType 列挙体
SQL トリガの種類を指定します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Enumeration SqlTriggerType
'使用
Dim instance As SqlTriggerType
public enum SqlTriggerType
public enum class SqlTriggerType
public enum SqlTriggerType
メンバ
メンバ名 | 説明 | |
---|---|---|
Unknown | 種類は Unknown です。 | |
For | 種類は For です。 | |
After | 種類は After です。 | |
InsteadOf | 種類は InsteadOf です。 |