DropEventNotificationStatement.Scope-Eigenschaft
Ruft den Bereich für die Ereignisbenachrichtigung ab oder legt diesen fest.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationObjectScope
Gibt EventNotificationObjectScope zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.