Compartir a través de


NumberOfFailures Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property NumberOfFailures As Integer
    Get
'Uso
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

Valor de la propiedad

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

Notas

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