Перечисление FullTextCatalogUpgradeOption
The FullTextCatalogUpgradeOption enumeration contains values that are used to specify the action taken when the full-text catalog is upgraded.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration FullTextCatalogUpgradeOption
'Применение
Dim instance As FullTextCatalogUpgradeOption
public enum FullTextCatalogUpgradeOption
public enum class FullTextCatalogUpgradeOption
type FullTextCatalogUpgradeOption
public enum FullTextCatalogUpgradeOption
Элементы
Имя элемента | Описание | |
---|---|---|
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. |
Замечания
The FullTextCatalogUpgradeOption enumeration class is served by the FullTextService class.