Condividi tramite


Proprietà CreateEventNotificationStatement.Scope

Ottiene o imposta l'ambito per la notifica degli eventi.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationObjectScope
Restituisce un elemento EventNotificationObjectScope.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateEventNotificationStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql