TSqlFragmentVisitor.ExplicitVisit Method (SelectScalarExpression)
Calls the Visit method for the specified type of fragment.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub ExplicitVisit ( _
node As SelectScalarExpression _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As SelectScalarExpression
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
SelectScalarExpression node
)
public:
virtual void ExplicitVisit(
SelectScalarExpression^ node
)
abstract ExplicitVisit :
node:SelectScalarExpression -> unit
override ExplicitVisit :
node:SelectScalarExpression -> unit
public function ExplicitVisit(
node : SelectScalarExpression
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SelectScalarExpression
The node.