Calls the Visit method for the specified type of fragment.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Overridable Sub ExplicitVisit ( _
node As ShutdownStatement _
)
'用途
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
)
參數
- node
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ShutdownStatement
The node.