Freigeben über


DropEventNotificationStatement.Scope-Eigenschaft

Gets or sets the scope for event notification.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Scope As EventNotificationObjectScope 
    Get 
    Set
'Usage
Dim instance As DropEventNotificationStatement 
Dim value As EventNotificationObjectScope 

value = instance.Scope

instance.Scope = value
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.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The scope for event notification.

Siehe auch

Verweis

DropEventNotificationStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace