Méthode FullTextCatalog.StopPopulation

Stops the population of the full-text catalog.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub StopPopulation
'Utilisation
Dim instance As FullTextCatalog

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

Notes

This method is provided for backward compatibility. Its use is not recommended.

Exemples

Implémentation de la recherche en texte intégral

Voir aussi

Référence

FullTextCatalog Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Vue d'ensemble de la recherche en texte intégral

CREATE FULLTEXT CATALOG (Transact-SQL)