Sdílet prostřednictvím


EventNotificationObjectScope.Target – vlastnost

Získá nebo nastaví cíl pro oznamování událostí.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Vrátí EventNotificationTarget hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EventNotificationObjectScope Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů