共用方式為


TSqlConcreteFragmentVisitor.Visit 方法 (FullTextCatalogStatement)

這個成員會覆寫 TSqlFragmentVisitor.Visit(FullTextCatalogStatement)

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Overrides NotOverridable Sub Visit ( _
    node As FullTextCatalogStatement _
)
public override sealed void Visit(
    FullTextCatalogStatement node
)
public:
virtual void Visit(
    FullTextCatalogStatement^ node
) override sealed
abstract Visit : 
        node:FullTextCatalogStatement -> unit 
override Visit : 
        node:FullTextCatalogStatement -> unit 
public override final function Visit(
    node : FullTextCatalogStatement
)

參數

.NET Framework 安全性

請參閱

參考

TSqlConcreteFragmentVisitor 類別

Visit 多載

Microsoft.Data.Schema.ScriptDom.Sql 命名空間