Compartir a través de


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> _
Public ReadOnly Property PendingChanges As Integer
    Get
'Uso
Dim instance As FullTextIndex
Dim value As Integer

value = instance.PendingChanges
[SfcPropertyAttribute]
public int PendingChanges { get; }
[SfcPropertyAttribute]
public:
property int PendingChanges {
    int get ();
}
[<SfcPropertyAttribute>]
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.

Notas

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