Właściwość FullTextIndex.PendingChanges
Pobiera liczbę oczekujących wpisów indeksu pełnotekstowego ma procesu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PendingChanges As Integer
Get
'Użycie
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
Wartość właściwości
Typ: System.Int32
Int32 Wartość określająca liczbę oczekujących zapisy mają być przetwarzane.
Uwagi
Jeśli nie przeszukiwanie jest aktywny, PendingChanges Właściwość zwraca wartość 0.
Zobacz także