FullTextIndex.PopulationStatus プロパティ

実行中の作成の種類を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus 
    Get
'使用
Dim instance As FullTextIndex 
Dim value As IndexPopulationStatus 

value = instance.PopulationStatus
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public IndexPopulationStatus PopulationStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property IndexPopulationStatus PopulationStatus {
    IndexPopulationStatus get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PopulationStatus : IndexPopulationStatus
function get PopulationStatus () : IndexPopulationStatus

プロパティ値

型: Microsoft.SqlServer.Management.Smo.IndexPopulationStatus
現在の作成が増分作成か完全な作成かを示す IndexPopulationStatus オブジェクト値です。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextIndex クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT INDEX (Transact-SQL)