TSqlFragmentVisitor.Visit Method (DropRuleStatement)
Overrides DropRuleStatement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As DropRuleStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As DropRuleStatement
instance.Visit(node)
public virtual void Visit(
DropRuleStatement node
)
public:
virtual void Visit(
DropRuleStatement^ node
)
abstract Visit :
node:DropRuleStatement -> unit
override Visit :
node:DropRuleStatement -> unit
public function Visit(
node : DropRuleStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropRuleStatement
The specified fragment type.