Метод StartPopulation
Starts the population of the full-text catalog.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub StartPopulation ( _
action As IndexPopulationAction _
)
'Применение
Dim instance As FullTextIndex
Dim action As IndexPopulationAction
instance.StartPopulation(action)
public void StartPopulation(
IndexPopulationAction action
)
public:
void StartPopulation(
IndexPopulationAction action
)
member StartPopulation :
action:IndexPopulationAction -> unit
public function StartPopulation(
action : IndexPopulationAction
)
Параметры
- action
Тип: Microsoft.SqlServer.Management.Smo. . :: . .IndexPopulationAction
An IndexPopulationAction object value that specifies Full or Incremental population of the full-text catalog.
Замечания
If Full is specified the entire catalog is fully populated and all index data is retrieved. If Incremental is specified only data that has changed is indexed based on timestamp information.
См. также