Partager via


Méthode FullTextIndex.StartPopulation

Starts 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 StartPopulation ( _
    action As IndexPopulationAction _
)
'Utilisation
Dim instance As FullTextIndex 
Dim action As IndexPopulationAction

instance.StartPopulation(action)
public void StartPopulation(
    IndexPopulationAction action
)
public:
void StartPopulation(
    IndexPopulationAction action
)
member StartPopulation : 
        action:IndexPopulationAction -> unit
public function StartPopulation(
    action : IndexPopulationAction
)

Paramètres

Notes

If Full is specified the entire catalog is fully populated and all index data is retrieved. If Incremental is specified only data that has changed is indexed based on timestamp information.

Exemples

Implémentation de la recherche en texte intégral

Voir aussi

Référence

FullTextIndex Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

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

CREATE FULLTEXT INDEX (Transact-SQL)