イベント通知の対象を指定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Enumeration EventNotificationTarget
'使用
Dim instance As EventNotificationTarget
public enum EventNotificationTarget
public enum class EventNotificationTarget
type EventNotificationTarget
public enum EventNotificationTarget
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Database | 対象は Database です。 | |
| Queue | 対象は Queue です。 | |
| Server | 対象は Server です。 | |
| Unknown | 対象は Unknown です。 |