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. |