PopulateStatus Property (SQL-DMO)

The PopulateStatus property returns the population state of a Microsoft Search full-text catalog.

Applies To

FullTextCatalog Object

Syntax

object.PopulateStatus

Part Description
object Expression that evaluates to an object in the Applies To list

Returns

The PopulateStatus value is interpreted with the following information.

Constant Value Description
SQLDMOFullText_CrawlinProgress 1 Full index population is in progress for the referenced full-text catalog
SQLDMOFullText_Idle 0 No action is being performed against the referenced full-text catalog
SQLDMOFullText_Incremental 6 Incremental index population is in progress for the referenced full-text catalog
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 Referenced full-text catalog is being deleted or is otherwise not accessible
SQLDMOFullText_Throttled 3 Microsoft Search service has paused the referenced full-text index population
SQLDMOFullText_UpdatingIndex 7 Referenced full-text catalog is being assembled by the Microsoft Search service (assemblage is the final step in full-text catalog population)

Data Type

Long, enumerated.

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPopulateStatus(
SQLDMO_FULLTEXTSTATUS_TYPE* pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.