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 FullTextCatalogOption.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As FullTextCatalogOption _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As FullTextCatalogOption
instance.Visit(node)
public virtual void Visit(
FullTextCatalogOption node
)
public:
virtual void Visit(
FullTextCatalogOption^ node
)
abstract Visit :
node:FullTextCatalogOption -> unit
override Visit :
node:FullTextCatalogOption -> unit
public function Visit(
node : FullTextCatalogOption
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOption
The specified fragment type.