指定したフラグメント型に対して Visit メソッドを呼び出します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Overridable Sub ExplicitVisit ( _
node As AlterTableDropTableElementStatement _
)
'使用
Dim instance As TSqlFragmentVisitor
Dim node As AlterTableDropTableElementStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
AlterTableDropTableElementStatement node
)
public:
virtual void ExplicitVisit(
AlterTableDropTableElementStatement^ node
)
abstract ExplicitVisit :
node:AlterTableDropTableElementStatement -> unit
override ExplicitVisit :
node:AlterTableDropTableElementStatement -> unit
public function ExplicitVisit(
node : AlterTableDropTableElementStatement
)