Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration FullTextCatalogUpgradeOption
'Usage
Dim instance As FullTextCatalogUpgradeOption
public enum FullTextCatalogUpgradeOption
public enum class FullTextCatalogUpgradeOption
type FullTextCatalogUpgradeOption
public enum FullTextCatalogUpgradeOption
Members
Member name | Description | |
---|---|---|
AlwaysRebuild | Full-text indexes are rebuilt, which is the slowest option. It is the default option. | |
AlwaysReset | Full-text indexes are reset and catalogs are removed. | |
ImportWithRebuild | Full-text indexes are imported. If unavailable they are rebuilt. |
Remarks
The FullTextCatalogUpgradeOption enumeration class is served by the FullTextService class.