TSqlFragmentVisitor.ExplicitVisit 方法 (LineNoStatement)
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 LineNoStatement _
)
用法
Dim instance As TSqlFragmentVisitor
Dim node As LineNoStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
LineNoStatement node
)
public:
virtual void ExplicitVisit(
LineNoStatement^ node
)
abstract ExplicitVisit :
node:LineNoStatement -> unit
override ExplicitVisit :
node:LineNoStatement -> unit
public function ExplicitVisit(
node : LineNoStatement
)
参数
- node
类型:Microsoft.SqlServer.TransactSql.ScriptDom.LineNoStatement
The node.