TSqlFragmentVisitor.Visit 方法 (AlterTableDropTableElement)
Overrides AlterTableDropTableElement.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Overridable Sub Visit ( _
node As AlterTableDropTableElement _
)
用法
Dim instance As TSqlFragmentVisitor
Dim node As AlterTableDropTableElement
instance.Visit(node)
public virtual void Visit(
AlterTableDropTableElement node
)
public:
virtual void Visit(
AlterTableDropTableElement^ node
)
abstract Visit :
node:AlterTableDropTableElement -> unit
override Visit :
node:AlterTableDropTableElement -> unit
public function Visit(
node : AlterTableDropTableElement
)
参数
- node
类型:Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableDropTableElement
The node.