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