Overrides FullTextCatalogAndFileGroup.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Overridable Sub Visit ( _
node As FullTextCatalogAndFileGroup _
)
'用途
Dim instance As TSqlFragmentVisitor
Dim node As FullTextCatalogAndFileGroup
instance.Visit(node)
public virtual void Visit(
FullTextCatalogAndFileGroup node
)
public:
virtual void Visit(
FullTextCatalogAndFileGroup^ node
)
abstract Visit :
node:FullTextCatalogAndFileGroup -> unit
override Visit :
node:FullTextCatalogAndFileGroup -> unit
public function Visit(
node : FullTextCatalogAndFileGroup
)
參數
- node
型別:Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogAndFileGroup
The specified fragment type.