后续版本的 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. | 
| .gif) 注意: | 
|---|
| The SQLDMOFullText_Incremental constant is only supported on an instance of Microsoft SQL Server version 7.0. |