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