CatalogPopulationStatus 枚举
The CatalogPopulationStatus enumeration contains values that are used to specify the status of the full-text catalog.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration CatalogPopulationStatus
用法
Dim instance As CatalogPopulationStatus
public enum CatalogPopulationStatus
public enum class CatalogPopulationStatus
type CatalogPopulationStatus
public enum CatalogPopulationStatus
成员
| 成员名称 | 说明 | |
|---|---|---|
| Idle | Value = 0. No action is being performed on the referenced full-text catalog. | |
| CrawlinProgress | Value = 1. Full-text index population is in progress for the referenced full-text catalog. | |
| Paused | Value = 2. Lack of available resources has caused an interruption. | |
| Throttled | Value = 3. The Microsoft Search service has paused the index population of the referenced full-text catalog. | |
| Recovering | Value = 4. The population of the referenced full-text catalog is resuming after an interruption. | |
| Shutdown | Value = 5. The referenced full-text catalog is being deleted or is otherwise inaccessible. | |
| Incremental | Value = 6. Incremental index population is in progress for the referenced full-text catalog. | |
| UpdatingIndex | Value = 7. The referenced full-text catalog is being assembled by the Search service. This is the final step in full-text catalog population. | |
| DiskFullPause | Value = 8. The disk is paused. | |
| Notification | Value = 9. Progress of catalog population is being reported. |