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