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)

Syntax

'Declaration
Public Sub StartPopulation ( _
    action As IndexPopulationAction _
)
'Usage
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
)

Parameters

Remarks

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.

Examples

Implementing Full-Text Search

See Also

Reference

FullTextIndex Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

DEL - Full-Text Search Overview

CREATE FULLTEXT INDEX (Transact-SQL)