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