Partager via


Propriété CreateEventNotificationStatement.Scope

Gets or sets the scope for event notification.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Scope As EventNotificationObjectScope 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The scope for event notification.

Voir aussi

Référence

CreateEventNotificationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom