Método FullTextIndex.StopPopulation

Stops a full or incremental population of the full-text catalog.

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

Sintaxe

'Declaração
Public Sub StopPopulation
'Uso
Dim instance As FullTextIndex

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

Exemplos

Implementando a pesquisa de texto completo

Consulte também

Referência

FullTextIndex Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral da pesquisa de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)