Свойство CreateEventNotificationStatement.Scope

Gets or sets the scope for event notification.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Scope As EventNotificationObjectScope 
    Get 
    Set
'Применение
Dim instance As CreateEventNotificationStatement 
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The scope for event notification.

См. также

Справочник

CreateEventNotificationStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom