FullTextIndex.PendingChanges プロパティ

フルテキスト インデックスが処理する必要がある保留中のエントリの数を取得します。

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

構文

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

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

プロパティ値

型: System.Int32
処理する保留中のエントリの数を示す Int32 値です。

説明

アクティブなクロールがない場合、PendingChanges プロパティは値に 0 を返します。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextIndex クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT INDEX (Transact-SQL)