Freigeben über


DropEventNotificationStatement.Scope-Eigenschaft

Ruft den Bereich für die Ereignisbenachrichtigung ab oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationObjectScope
Gibt EventNotificationObjectScope zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DropEventNotificationStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace