TSqlFragmentVisitor.Visit Method (SelectiveXmlIndexPromotedPath)
Overrides SelectiveXmlIndexPromotedPath.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As SelectiveXmlIndexPromotedPath _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As SelectiveXmlIndexPromotedPath
instance.Visit(node)
public virtual void Visit(
SelectiveXmlIndexPromotedPath node
)
public:
virtual void Visit(
SelectiveXmlIndexPromotedPath^ node
)
abstract Visit :
node:SelectiveXmlIndexPromotedPath -> unit
override Visit :
node:SelectiveXmlIndexPromotedPath -> unit
public function Visit(
node : SelectiveXmlIndexPromotedPath
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SelectiveXmlIndexPromotedPath
The node.