共用方式為


TSqlFragmentVisitor.Visit 方法 (DropFullTextStopListStatement)

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

語法

'宣告
Public Overridable Sub Visit ( _
    node As DropFullTextStopListStatement _
)
public virtual void Visit(
    DropFullTextStopListStatement node
)
public:
virtual void Visit(
    DropFullTextStopListStatement^ node
)
abstract Visit : 
        node:DropFullTextStopListStatement -> unit 
override Visit : 
        node:DropFullTextStopListStatement -> unit 
public function Visit(
    node : DropFullTextStopListStatement
)

參數

.NET Framework 安全性

請參閱

參考

TSqlFragmentVisitor 類別

Visit 多載

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