TSqlFragmentVisitor.ExplicitVisit Method (ShutdownStatement)
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 ShutdownStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As ShutdownStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
ShutdownStatement node
)
public:
virtual void ExplicitVisit(
ShutdownStatement^ node
)
abstract ExplicitVisit :
node:ShutdownStatement -> unit
override ExplicitVisit :
node:ShutdownStatement -> unit
public function ExplicitVisit(
node : ShutdownStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ShutdownStatement
The node.