Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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 SelectiveXmlIndexPromotedPath _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As SelectiveXmlIndexPromotedPath
instance.ExplicitVisit(node)
public virtual void ExplicitVisit(
SelectiveXmlIndexPromotedPath node
)
public:
virtual void ExplicitVisit(
SelectiveXmlIndexPromotedPath^ node
)
abstract ExplicitVisit :
node:SelectiveXmlIndexPromotedPath -> unit
override ExplicitVisit :
node:SelectiveXmlIndexPromotedPath -> unit
public function ExplicitVisit(
node : SelectiveXmlIndexPromotedPath
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SelectiveXmlIndexPromotedPath
The node.