Свойство EventNotificationObjectScope.Target

Gets or sets the target for event notification.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Target As EventNotificationTarget 
    Get 
    Set
'Применение
Dim instance As EventNotificationObjectScope 
Dim value As EventNotificationTarget 

value = instance.Target

instance.Target = value
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationTarget
The target for event notification.

См. также

Справочник

EventNotificationObjectScope Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom