TSqlConcreteFragmentVisitor.Visit Method (DropUnownedObjectStatement)

This member overrides TSqlFragmentVisitor.Visit(DropUnownedObjectStatement).

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Overrides NotOverridable Sub Visit ( _
    node As DropUnownedObjectStatement _
)
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

.NET Framework Security

See Also

Reference

TSqlConcreteFragmentVisitor Class

Visit Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace