Share via


FullTextCatalog.StartPopulation-Methode

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 CatalogPopulationAction _
)
'Usage
Dim instance As FullTextCatalog 
Dim action As CatalogPopulationAction

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

Parameter

Hinweise

If Full is specified, the entire catalog is fully populated, causing all index data to be retrieved. If Incremental is specified, only changed data will be indexed based on available timestamp data.

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

Beispiele

Einbinden einer Volltextsuche

Siehe auch

Verweis

FullTextCatalog Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Übersicht über die Volltextsuche

CREATE FULLTEXT CATALOG (Transact-SQL)