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