EventNotificationTarget Enumeration

Specifies the event notification targets.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration EventNotificationTarget
'Usage
Dim instance As EventNotificationTarget
public enum EventNotificationTarget
public enum class EventNotificationTarget
type EventNotificationTarget
public enum EventNotificationTarget

Members

Member name Description
Database The target is Database.
Queue The target is Queue.
Server The target is Server.
Unknown The target is Unknown.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace