Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The scope for event notification.