Compartir a través de


FullTextIndex.PendingChanges Propiedad

Gets the number of pending entries the full-text index has to process.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PendingChanges As Integer 
    Get
'Uso
Dim instance As FullTextIndex 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
An Int32 value that specifies the number of pending entries to be processed.

Comentarios

If no crawl is active, the PendingChanges property returns the value to 0.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextIndex Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)