Поделиться через


Свойство FullTextIndex.DocumentsProcessed

Gets the number of documents already processed in the current active crawl on the referenced full-text index.

Пространство имен:  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
An Int32 value that specifies the number of documents already processed in the current active crawl.

Замечания

If no crawl is currently active, the value 0 is returned.

Примеры

Реализация полнотекстового поиска

См. также

Справочник

FullTextIndex Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Общие сведения о полнотекстовом поиске

CREATE FULLTEXT INDEX (Transact-SQL)