Condividi tramite


Proprietà NumberOfFailures

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property NumberOfFailures As Integer
    Get
'Utilizzo
Dim instance As FullTextIndex
Dim value As Integer

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

Valore proprietà

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

Osservazioni

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