Full-Text Service Population Type Constants (SQLDMO_FULLTEXT_POPULATE_TYPE)

SQL-DMO

SQL-DMO

Full-Text Service Population Type Constants (SQLDMO_FULLTEXT_POPULATE_TYPE)

Full-text service population type constants are used when starting or stopping Microsoft® Search full-text table population, and when building the index that supports full-text queries on data maintained by Microsoft SQL Server™.

Constant Value Description
SQLDMOFullText_PopuFull 0 Perform a full population of the of the table index to the full-text catalog.
SQLDMOFullText_PopuInc 1 Perform an incremental population of the table index to the full-text catalog.
SQLDMOFullText_PopuStop 2 Stop full or incremental population of the table index to the full-text catalog.

See Also

FullTextPopulation Method