EventNotificationObjectScope.Target Property

Gets or sets the target for event notification.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Target As EventNotificationTarget
public EventNotificationTarget Target { get; set; }
public:
property EventNotificationTarget Target {
    EventNotificationTarget get ();
    void set (EventNotificationTarget value);
}
member Target : EventNotificationTarget with get, set
function get Target () : EventNotificationTarget
function set Target (value : EventNotificationTarget)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Returns a EventNotificationTarget enumeration value.

.NET Framework Security

See Also

Reference

EventNotificationObjectScope Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace