This topic has not yet been rated - Rate this topic

FullTextIndex.StartPopulation Method

Starts the population of the full-text catalog.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void StartPopulation(
	IndexPopulationAction action
)

Parameters

action
Type: Microsoft.SqlServer.Management.Smo.IndexPopulationAction
An IndexPopulationAction object value that specifies Full or Incremental population of the full-text catalog.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.