Specifies the event notification targets.
命名空间: 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 | The target is Database. | |
| Queue | The target is Queue. | |
| Server | The target is Server. | |
| Unknown | The target is Unknown. |