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