FullTextIndex.StartPopulation メソッド

フルテキスト カタログの作成を開始します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub StartPopulation ( _
    action As IndexPopulationAction _
)
'使用
Dim instance As FullTextIndex 
Dim action As IndexPopulationAction

instance.StartPopulation(action)
public void StartPopulation(
    IndexPopulationAction action
)
public:
void StartPopulation(
    IndexPopulationAction action
)
member StartPopulation : 
        action:IndexPopulationAction -> unit
public function StartPopulation(
    action : IndexPopulationAction
)

パラメーター

説明

Full を指定した場合、カタログ全体が作成され、すべてのインデックス データが取得されます。 Incremental を指定すると、タイムスタンプ情報に基づいて、変更されたデータのインデックスのみが作成されます。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextIndex クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT INDEX (Transact-SQL)