次の方法で共有


IndexPopulationStatus 列挙体

IndexPopulationStatus 列挙には、実行中のデータ設定の種類を指定する値が格納されます。

名前空間:  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

メンバー

メンバー名 説明
None 実行中のデータ設定はありません。
Full 完全なデータ設定を実行中です。
Incremental 増分データ設定を実行中です。
Manual 手動による変更追跡のプッシュを実行中です。
Background バックグラウンドによる変更追跡のプッシュを実行中です。
PausedOrThrottled データ設定が一時停止または減速しています。