Поделиться через


Свойство FullTextIndex.PopulationStatus

Gets the type of population in progress.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus 
    Get
'Применение
Dim instance As FullTextIndex 
Dim value As IndexPopulationStatus 

value = instance.PopulationStatus
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public IndexPopulationStatus PopulationStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property IndexPopulationStatus PopulationStatus {
    IndexPopulationStatus get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PopulationStatus : IndexPopulationStatus
function get PopulationStatus () : IndexPopulationStatus

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.IndexPopulationStatus
An IndexPopulationStatus object value that specifies whether the current population is incremental or full.

Примеры

Реализация полнотекстового поиска

См. также

Справочник

FullTextIndex Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Общие сведения о полнотекстовом поиске

CREATE FULLTEXT INDEX (Transact-SQL)