Proprietà FullTextIndex.PendingChanges

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

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PendingChanges As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextIndex Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT INDEX (Transact-SQL)