Partager via


EventNotificationObjectScope.Target, propriété

Obtient ou définit la cible de la notification d'événement.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
Retourne une valeur d'énumération EventNotificationTarget.

Sécurité .NET Framework

Voir aussi

Référence

EventNotificationObjectScope Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms