共用方式為


TSqlFragmentVisitor.Visit 方法 (AlterTableDropTableElement)

Overrides AlterTableDropTableElement.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Overridable Sub Visit ( _
    node As AlterTableDropTableElement _
)
'用途
Dim instance As TSqlFragmentVisitor 
Dim node As AlterTableDropTableElement

instance.Visit(node)
public virtual void Visit(
    AlterTableDropTableElement node
)
public:
virtual void Visit(
    AlterTableDropTableElement^ node
)
abstract Visit : 
        node:AlterTableDropTableElement -> unit  
override Visit : 
        node:AlterTableDropTableElement -> unit
public function Visit(
    node : AlterTableDropTableElement
)

參數

請參閱

參考

TSqlFragmentVisitor 類別

Visit 多載

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間