FullTextIndex.DocumentsProcessed プロパティ

参照先のフルテキスト インデックス上の現在のアクティブ クロールで既に処理されたドキュメントの数を取得します。

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

構文

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

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

プロパティ値

型: System.Int32
現在のアクティブ クロールで既に処理されたドキュメントの数を示す Int32 値です。

説明

現在アクティブなクロールがない場合、値 0 が返されます。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextIndex クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT INDEX (Transact-SQL)