Compartir a través de


FullTextIndex.StartPopulation Método

Starts the population of the full-text catalog.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub StartPopulation ( _
    action As IndexPopulationAction _
)
'Uso
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
)

Parámetros

Comentarios

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.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextIndex Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)