TriggerScope 列挙体

トリガのスコープを指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Enumeration TriggerScope
'使用
Dim instance As TriggerScope
[SerializableAttribute]
public enum TriggerScope
[SerializableAttribute]
public enum class TriggerScope
public enum TriggerScope

メンバ

メンバ名 説明
Normal スコープは Normal です。
Database スコープは Database です。
AllServer スコープは AllServer です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間