IndexPopulationAction 列挙体
IndexPopulationAction 列挙には、Microsoft Search のフルテキスト インデックス作成の種類を指定するための値が含まれます。
名前空間: 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 | 完全作成です。 | |
Incremental | 増分作成です。 | |
Update | 作成を更新します。 |
説明
IndexPopulationAction 列挙クラスは、StartPopulation メソッドによって処理されます。