Método TSqlFragmentVisitor.ExplicitVisit (DropTableStatement)
Calls the Visit method for the specified type of fragment.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Overridable Sub ExplicitVisit ( _
node As DropTableStatement _
)
'Uso
Dim instance As TSqlFragmentVisitor
Dim node As DropTableStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
DropTableStatement node
)
public:
virtual void ExplicitVisit(
DropTableStatement^ node
)
abstract ExplicitVisit :
node:DropTableStatement -> unit
override ExplicitVisit :
node:DropTableStatement -> unit
public function ExplicitVisit(
node : DropTableStatement
)
Parâmetros
- node
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.DropTableStatement
The node.