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