次の方法で共有


TSqlFragmentVisitor.Visit メソッド (SelectiveXmlIndexPromotedPath)

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
)

パラメーター

関連項目

参照

TSqlFragmentVisitor クラス

Visit オーバーロード

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間