Método TSqlFragmentVisitor.Visit (AlterTableSwitchStatement)
Overrides AlterTableSwitchStatement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Overridable Sub Visit ( _
node As AlterTableSwitchStatement _
)
'Uso
Dim instance As TSqlFragmentVisitor
Dim node As AlterTableSwitchStatement
instance.Visit(node)
public virtual void Visit(
AlterTableSwitchStatement node
)
public:
virtual void Visit(
AlterTableSwitchStatement^ node
)
abstract Visit :
node:AlterTableSwitchStatement -> unit
override Visit :
node:AlterTableSwitchStatement -> unit
public function Visit(
node : AlterTableSwitchStatement
)
Parâmetros
- node
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableSwitchStatement
The node.