TSqlFragment.AcceptChildren(TSqlFragmentVisitor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepts specified visitor on the children.
public virtual void AcceptChildren (Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragmentVisitor visitor);
abstract member AcceptChildren : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragmentVisitor -> unit
override this.AcceptChildren : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragmentVisitor -> unit
Public Overridable Sub AcceptChildren (visitor As TSqlFragmentVisitor)
Parameters
- visitor
- TSqlFragmentVisitor
The visitor.