Share via


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.