DropFullTextIndexStatement をオーバーライドします。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Overridable Sub Visit ( _
node As DropFullTextIndexStatement _
)
'使用
Dim instance As TSqlFragmentVisitor
Dim node As DropFullTextIndexStatement
instance.Visit(node)
public virtual void Visit(
DropFullTextIndexStatement node
)
public:
virtual void Visit(
DropFullTextIndexStatement^ node
)
abstract Visit :
node:DropFullTextIndexStatement -> unit
override Visit :
node:DropFullTextIndexStatement -> unit
public function Visit(
node : DropFullTextIndexStatement
)
パラメーター
- node
型: Microsoft.SqlServer.TransactSql.ScriptDom.DropFullTextIndexStatement
指定したフラグメント型です。