次の方法で共有


TSqlConcreteFragmentVisitor.Visit メソッド (DropUnownedObjectStatement)

指定したオブジェクトに対してアクセスを実行します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Overrides NotOverridable Sub Visit ( _
    node As DropUnownedObjectStatement _
)
'使用
Dim instance As TSqlConcreteFragmentVisitor 
Dim node As DropUnownedObjectStatement

instance.Visit(node)
public override sealed void Visit(
    DropUnownedObjectStatement node
)
public:
virtual void Visit(
    DropUnownedObjectStatement^ node
) override sealed
abstract Visit : 
        node:DropUnownedObjectStatement -> unit  
override Visit : 
        node:DropUnownedObjectStatement -> unit
public override final function Visit(
    node : DropUnownedObjectStatement
)

パラメーター

関連項目

参照

TSqlConcreteFragmentVisitor クラス

Visit オーバーロード

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間