Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Overrides QueryExpression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As QueryExpression _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As QueryExpression
instance.Visit(node)
public virtual void Visit(
QueryExpression node
)
public:
virtual void Visit(
QueryExpression^ node
)
abstract Visit :
node:QueryExpression -> unit
override Visit :
node:QueryExpression -> unit
public function Visit(
node : QueryExpression
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
The specified fragment type.