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. |