Compartir a través de


EventNotificationObjectScope.Target Propiedad

Gets or sets the target for event notification.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Target As EventNotificationTarget 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationTarget
The target for event notification.

Vea también

Referencia

EventNotificationObjectScope Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom