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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.