Właściwość DocumentsProcessed
Pobiera liczba dokumentów przetworzonych w bieżącej aktywnej przeszukiwanie na odwołanie indeksu pełnotekstowego.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DocumentsProcessed As Integer
Get
'Użycie
Dim instance As FullTextIndex
Dim value As Integer
value = instance.DocumentsProcessed
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int DocumentsProcessed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int DocumentsProcessed {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DocumentsProcessed : int
function get DocumentsProcessed () : int
Wartość właściwości
Typ: System. . :: . .Int32
Int32 Wartość określająca liczbę dokumentów już przetworzone w bieżącym przeszukiwanie aktywnej.
Uwagi
Przeszukiwanie nie jest aktywna, zwracana jest wartość 0.
Zobacz także