Compartir a través de


DropEventNotificationStatement.Scope Propiedad

Gets or sets the scope for event notification.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Scope As EventNotificationObjectScope 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DropEventNotificationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom