SelectiveXmlIndexPromotedPath をオーバーライドします。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Overridable Sub Visit ( _
node As SelectiveXmlIndexPromotedPath _
)
'使用
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
)