Método FullTextService.Cleanup

Finds and removes full-text catalog resources in the file system that do not have corresponding entries in the full-text related system table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Cleanup
'Uso
Dim instance As FullTextService

instance.Cleanup()
public void Cleanup()
public:
void Cleanup()
member Cleanup : unit -> unit
public function Cleanup()

Exemplos

Implementando a pesquisa de texto completo

Consulte também

Referência

FullTextService Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral da pesquisa de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)