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 が返されます。