Compartir a través de


EventNotificationObjectScope.Target (Propiedad)

Obtiene o establece el destino de la notificación de eventos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Devuelve un valor de enumeración EventNotificationTarget.

Seguridad de .NET Framework

Vea también

Referencia

EventNotificationObjectScope Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)