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