Método TSqlFragmentVisitor.Visit (EventNotificationObjectScope)
Overrides EventNotificationObjectScope.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Overridable Sub Visit ( _
node As EventNotificationObjectScope _
)
'Uso
Dim instance As TSqlFragmentVisitor
Dim node As EventNotificationObjectScope
instance.Visit(node)
public virtual void Visit(
EventNotificationObjectScope node
)
public:
virtual void Visit(
EventNotificationObjectScope^ node
)
abstract Visit :
node:EventNotificationObjectScope -> unit
override Visit :
node:EventNotificationObjectScope -> unit
public function Visit(
node : EventNotificationObjectScope
)
Parâmetros
- node
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The specified fragment type.