TSqlConcreteFragmentVisitor.Visit Method (DropObjectsStatement)

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 DropObjectsStatement _
)
'Usage
Dim instance As TSqlConcreteFragmentVisitor 
Dim node As DropObjectsStatement

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

Parameters

See Also

Reference

TSqlConcreteFragmentVisitor Class

Visit Overload

Microsoft.SqlServer.TransactSql.ScriptDom Namespace