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


Перечисление IndexPopulationAction

The IndexPopulationAction enumeration contains values that are used to specify the type of Microsoft Search full-text index population.

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

Синтаксис

'Декларация
Public Enumeration IndexPopulationAction
'Применение
Dim instance As IndexPopulationAction
public enum IndexPopulationAction
public enum class IndexPopulationAction
type IndexPopulationAction
public enum IndexPopulationAction

Элементы

Имя элемента Описание
Full Full population.
Incremental Incremental population.
Update Update population.

Замечания

The IndexPopulationAction enumeration class is served by the StartPopulation method.