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
)