Expand Minimize
This topic has not yet been rated - Rate this topic

IndexPopulationStatus Enumeration

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum IndexPopulationStatus
Member nameDescription
NoneNo population.
FullA full population is in progress.
IncrementalAn incremental population is in progress.
ManualA manual change tracking push is in progress.
BackgroundA background change tracking push is in progress.
PausedOrThrottledThe population is paused or throttled.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.