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


Свойство FullTextIndex.NumberOfFailures

Gets the number of documents that failed to be full-text indexed.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NumberOfFailures As Integer 
    Get
'Применение
Dim instance As FullTextIndex 
Dim value As Integer 

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

Значение свойства

Тип: System.Int32
An Int32 value that specifies the number of documents that failed to be full-text indexed.

Замечания

The NumberOfFailures property returns to 0 when the population has completed.

Примеры

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

См. также

Справочник

FullTextIndex Класс

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

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

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

CREATE FULLTEXT INDEX (Transact-SQL)