PopulateStatus Property
未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。
The PopulateStatus property returns the population state of a Microsoft Search full-text catalog.
語法
object.PopulateStatus
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Long, enumerated
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetPopulateStatus(
SQLDMO_FULLTEXTSTATUS_TYPE* pRetVal);
Returns
The PopulateStatus value is interpreted with the following information.
Constant |
Value |
Description |
---|---|---|
SQLDMOFullText_/CrawlinProgress |
1 |
Full-text index population is in progress for the referenced full-text catalog. |
SQLDMOFullText_/DiskFullPause |
8 |
Lack of available disk space has caused an interruption. |
SQLDMOFullText_Idle |
0 |
No action is performed against the referenced full-text catalog. |
SQLDMOFullText_Incremental |
6 |
Incremental index population is in progress for the referenced full-text catalog. |
SQLDMOFullText_Notification |
9 |
The full-text catalog is processing notifications. |
SQLDMOFullText_Paused |
2 |
Lack of available resource, such as disk space, has caused an interruption. |
SQLDMOFullText_Recovering |
4 |
Interrupted population on the referenced full-text catalog is resuming. |
SQLDMOFullText_Shutdown |
5 |
The referenced full-text catalog is being deleted or not otherwise accessible. |
SQLDMOFullText_Throttled |
3 |
The Microsoft Search service has paused the referenced full-text index population. |
SQLDMOFullText_/UpdatingIndex |
7 |
The referenced full-text catalog is being assembled by the Microsoft Search service. Assemblage is the final step in full-text catalog population. |
[!附註]
The SQLDMOFullText_Incremental constant is only supported on an instance of Microsoft SQL Server version 7.0.