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. |