Expand Minimize
This topic has not yet been rated - Rate this topic

FullTextCatalogUpgradeOption Enumeration

The FullTextCatalogUpgradeOption enumeration contains values that are used to specify the action taken when the full-text catalog is upgraded.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum FullTextCatalogUpgradeOption
Member nameDescription
AlwaysRebuildFull-text indexes are rebuilt, which is the slowest option. It is the default option.
AlwaysResetFull-text indexes are reset and catalogs are removed.
ImportWithRebuildFull-text indexes are imported. If unavailable they are rebuilt.

The FullTextCatalogUpgradeOption enumeration class is served by the FullTextService class.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.