FullTextCatalogUpgradeOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Full Text Catalog Upgrade options
public enum FullTextCatalogUpgradeOption
type FullTextCatalogUpgradeOption =
Public Enum FullTextCatalogUpgradeOption
- Inheritance
-
FullTextCatalogUpgradeOption
Fields
Name | Value | Description |
---|---|---|
AlwaysRebuild | 0 | This will always rebuild the FullText Indexes as part of upgrade. |
AlwaysReset | 1 | This will get the metadata upgraded and reset the FullText index so user can rebuild at latter time. |
ImportWithRebuild | 2 | This will import the metadata and indexes for the available FullText catalogs and for unavailable ones it will rebuild the indexes. |