Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Overrides CreateFullTextCatalogStatement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Overridable Sub Visit ( _
node As CreateFullTextCatalogStatement _
)
'Usage
Dim instance As TSqlFragmentVisitor
Dim node As CreateFullTextCatalogStatement
instance.Visit(node)
public virtual void Visit(
CreateFullTextCatalogStatement node
)
public:
virtual void Visit(
CreateFullTextCatalogStatement^ node
)
abstract Visit :
node:CreateFullTextCatalogStatement -> unit
override Visit :
node:CreateFullTextCatalogStatement -> unit
public function Visit(
node : CreateFullTextCatalogStatement
)
Parameters
- node
Type: Microsoft.SqlServer.TransactSql.ScriptDom.CreateFullTextCatalogStatement
The node.