TSqlFragmentVisitor.Visit Method (DropTableStatement)
Overrides DropTableStatement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As DropTableStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As DropTableStatement
instance.Visit(node)
public virtual void Visit(
DropTableStatement node
)
public:
virtual void Visit(
DropTableStatement^ node
)
abstract Visit :
node:DropTableStatement -> unit
override Visit :
node:DropTableStatement -> unit
public function Visit(
node : DropTableStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropTableStatement
The specified fragment type.