Partager via


DropEventNotificationStatement.Scope, propriété

Obtient ou définit la portée 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 Scope As EventNotificationObjectScope
    Get
    Set
public EventNotificationObjectScope Scope { get; set; }
public:
property EventNotificationObjectScope^ Scope {
    EventNotificationObjectScope^ get ();
    void set (EventNotificationObjectScope^ value);
}
member Scope : EventNotificationObjectScope with get, set
function get Scope () : EventNotificationObjectScope
function set Scope (value : EventNotificationObjectScope)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationObjectScope
Retourne EventNotificationObjectScope.

Sécurité .NET Framework

Voir aussi

Référence

DropEventNotificationStatement Classe

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