다음을 통해 공유


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.