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.
Performs an explicit visit against the specified object.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub ExplicitVisit ( _
node As FullTextCatalogOption _
)
'Usage
Dim instance As TSqlConcreteFragmentVisitor
Dim node As FullTextCatalogOption
instance.ExplicitVisit(node)
public override sealed void ExplicitVisit(
FullTextCatalogOption node
)
public:
virtual void ExplicitVisit(
FullTextCatalogOption^ node
) override sealed
abstract ExplicitVisit :
node:FullTextCatalogOption -> unit
override ExplicitVisit :
node:FullTextCatalogOption -> unit
public override final function ExplicitVisit(
node : FullTextCatalogOption
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOption
The object that receives the visit.