Propriedade DropEventNotificationStatement.Scope

Obtém ou define o escopo para notificação de evento.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationObjectScope
Retorna um EventNotificationObjectScope.

Segurança do .NET Framework

Consulte também

Referência

DropEventNotificationStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql