Performs a visit against the specified object.
命名空间: 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
The object that receives the visit.