Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Overrides FullTextStopListAction.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As FullTextStopListAction _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As FullTextStopListAction
instance.Visit(node)
public virtual void Visit(
FullTextStopListAction node
)
public:
virtual void Visit(
FullTextStopListAction^ node
)
abstract Visit :
node:FullTextStopListAction -> unit
override Visit :
node:FullTextStopListAction -> unit
public function Visit(
node : FullTextStopListAction
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextStopListAction
The specified fragment type.