Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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 AlterTableDropTableElement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As AlterTableDropTableElement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
AlterTableDropTableElement node
)
public:
virtual void ExplicitVisit(
AlterTableDropTableElement^ node
)
abstract ExplicitVisit :
node:AlterTableDropTableElement -> unit
override ExplicitVisit :
node:AlterTableDropTableElement -> unit
public function ExplicitVisit(
node : AlterTableDropTableElement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableDropTableElement
The node.