TSqlConcreteFragmentVisitor.Visit 方法 (FullTextIndexOption)
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 FullTextIndexOption _
)
'用途
Dim instance As TSqlConcreteFragmentVisitor
Dim node As FullTextIndexOption
instance.Visit(node)
public override sealed void Visit(
FullTextIndexOption node
)
public:
virtual void Visit(
FullTextIndexOption^ node
) override sealed
abstract Visit :
node:FullTextIndexOption -> unit
override Visit :
node:FullTextIndexOption -> unit
public override final function Visit(
node : FullTextIndexOption
)
參數
- node
型別:Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOption
The object that receives the visit.