TSqlConcreteFragmentVisitor.Visit Method (DropUnownedObjectStatement)
Performs a visit against the specified object.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub Visit ( _
node As DropUnownedObjectStatement _
)
'Usage
Dim instance As TSqlConcreteFragmentVisitor
Dim node As DropUnownedObjectStatement
instance.Visit(node)
public override sealed void Visit(
DropUnownedObjectStatement node
)
public:
virtual void Visit(
DropUnownedObjectStatement^ node
) override sealed
abstract Visit :
node:DropUnownedObjectStatement -> unit
override Visit :
node:DropUnownedObjectStatement -> unit
public override final function Visit(
node : DropUnownedObjectStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropUnownedObjectStatement
The object that receives the visit.