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