Partager via


Propriété EventNotificationObjectScope.Target

Gets or sets the target for event notification.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Target As EventNotificationTarget 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EventNotificationObjectScope Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom