Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 AlterTableDropTableElementStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As AlterTableDropTableElementStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
AlterTableDropTableElementStatement node
)
public:
virtual void ExplicitVisit(
AlterTableDropTableElementStatement^ node
)
abstract ExplicitVisit :
node:AlterTableDropTableElementStatement -> unit
override ExplicitVisit :
node:AlterTableDropTableElementStatement -> unit
public function ExplicitVisit(
node : AlterTableDropTableElementStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableDropTableElementStatement
The node.