Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 AlterXmlSchemaCollectionStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As AlterXmlSchemaCollectionStatement
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
AlterXmlSchemaCollectionStatement node
)
public:
virtual void ExplicitVisit(
AlterXmlSchemaCollectionStatement^ node
)
abstract ExplicitVisit :
node:AlterXmlSchemaCollectionStatement -> unit
override ExplicitVisit :
node:AlterXmlSchemaCollectionStatement -> unit
public function ExplicitVisit(
node : AlterXmlSchemaCollectionStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterXmlSchemaCollectionStatement
The node.