EventNotificationObjectScope.Target-Eigenschaft

Ruft das Ziel für die Ereignisbenachrichtigung ab oder legt es fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Gibt einen EventNotificationTarget-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

EventNotificationObjectScope Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace