Propriedade do RDL DropEventNotificationStatement.Scope
Gets or sets the scope for event notification.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The scope for event notification.