CatalogPopulationStatus Enumeration
The CatalogPopulationStatus enumeration contains values that are used to specify the status of the full-text catalog.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
구문
‘선언
Public Enumeration CatalogPopulationStatus
public enum CatalogPopulationStatus
public enum class CatalogPopulationStatus
public enum CatalogPopulationStatus
public enum CatalogPopulationStatus
Members
Member name | Description |
---|---|
CrawlinProgress | Value = 1. Full-text index population is in progress for the referenced full-text catalog. |
DiskFullPause | Value = 8. The disk is paused. |
Idle | Value = 0. No action is being performed on the referenced full-text catalog. |
Incremental | Value = 6. Incremental index population is in progress for the referenced full-text catalog. |
Notification | |
Paused | Value = 2. Lack of available resources has caused an interruption. |
Recovering | Value = 4. The population of the referenced full-text catalog is resuming after an interruption. |
Shutdown | Value = 5. The referenced full-text catalog is being deleted or is otherwise inaccessible. |
Throttled | Value = 3. The Microsoft Search service has paused the index population of the referenced full-text catalog. |
UpdatingIndex | Value = 7. The referenced full-text catalog is being assembled by the Search service. This is the final step in full-text catalog population. |
주의
The CatalogPopulationStatus enumeration class is served by the FullTextCatalog class.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Microsoft.SqlServer.Management.Smo Namespace