TSqlFragmentVisitor.ExplicitVisit Method (DropQueueStatement)
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 DropQueueStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As DropQueueStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
DropQueueStatement node
)
public:
virtual void ExplicitVisit(
DropQueueStatement^ node
)
abstract ExplicitVisit :
node:DropQueueStatement -> unit
override ExplicitVisit :
node:DropQueueStatement -> unit
public function ExplicitVisit(
node : DropQueueStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropQueueStatement
The node.