TSqlFragmentVisitor.Visit Method (DropObjectsStatement)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As DropObjectsStatement _
)
public virtual void Visit(
DropObjectsStatement node
)
public:
virtual void Visit(
DropObjectsStatement^ node
)
abstract Visit :
node:DropObjectsStatement -> unit
override Visit :
node:DropObjectsStatement -> unit
public function Visit(
node : DropObjectsStatement
)
Parameters
- node
Type: Microsoft.Data.Schema.ScriptDom.Sql.DropObjectsStatement
The specified fragment type.
.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.