CatalogPopulationAction Enumeration
The CatalogPopulationAction enumeration contains values that are used to specify the method used to populate a full-text catalog.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Full | The entire catalog is fully populated. This causes all index data to be retrieved. | |
| Incremental | The catalog is populated incrementally. |
The CatalogPopulationAction enumeration class is served by the FullTextCatalog class.
Show: