指定したオブジェクトに対してアクセスを実行します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Overrides NotOverridable Sub Visit ( _
node As WaitForSupportedStatement _
)
'使用
Dim instance As TSqlConcreteFragmentVisitor
Dim node As WaitForSupportedStatement
instance.Visit(node)
public override sealed void Visit(
WaitForSupportedStatement node
)
public:
virtual void Visit(
WaitForSupportedStatement^ node
) override sealed
abstract Visit :
node:WaitForSupportedStatement -> unit
override Visit :
node:WaitForSupportedStatement -> unit
public override final function Visit(
node : WaitForSupportedStatement
)
パラメーター
- node
型: Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
アクセスを受け入れるオブジェクト。