共用方式為


IndexPopulationStatus 列舉

The IndexPopulationStatus enumeration contains values that are used to specify the type of population in progress.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration IndexPopulationStatus
'用途
Dim instance As IndexPopulationStatus
public enum IndexPopulationStatus
public enum class IndexPopulationStatus
type IndexPopulationStatus
public enum IndexPopulationStatus

成員

成員名稱 說明
Background A background change tracking push is in progress.
Full A full population is in progress.
Incremental An incremental population is in progress.
Manual A manual change tracking push is in progress.
None No population.
PausedOrThrottled The population is paused or throttled.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間