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