TSqlFragmentVisitor.Visit 方法 (DropTableStatement)
Overrides DropTableStatement.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Overridable Sub Visit ( _
node As DropTableStatement _
)
用法
Dim instance As TSqlFragmentVisitor
Dim node As DropTableStatement
instance.Visit(node)
public virtual void Visit(
DropTableStatement node
)
public:
virtual void Visit(
DropTableStatement^ node
)
abstract Visit :
node:DropTableStatement -> unit
override Visit :
node:DropTableStatement -> unit
public function Visit(
node : DropTableStatement
)
参数
- node
类型:Microsoft.SqlServer.TransactSql.ScriptDom.DropTableStatement
The specified fragment type.