TSqlConcreteFragmentVisitor.Visit Method (DropObjectsStatement)
This member overrides TSqlFragmentVisitor.Visit(DropObjectsStatement).
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 DropObjectsStatement _
)
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.