Compartir a través de


DropEventNotificationStatement.Scope (Propiedad)

Obtiene o establece el ámbito de la notificación de eventos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationObjectScope
Devuelve un objeto EventNotificationObjectScope.

Seguridad de .NET Framework

Vea también

Referencia

DropEventNotificationStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)