IndexPopulationStatus 열거형

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum

구문

‘선언
Public Enumeration IndexPopulationStatus
‘사용 방법
Dim instance As IndexPopulationStatus
public enum IndexPopulationStatus
public enum class IndexPopulationStatus
type IndexPopulationStatus
public enum IndexPopulationStatus

멤버

멤버 이름 설명
None No population.
Full A full population is in progress.
Incremental An incremental population is in progress.
Manual A manual change tracking push is in progress.
Background A background change tracking push is in progress.
PausedOrThrottled The population is paused or throttled.