Właściwość FullTextIndex.ItemCount
Pobiera numer indeksowane elementy pełnego tekstu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ItemCount As Integer
Get
'Użycie
Dim instance As FullTextIndex
Dim value As Integer
value = instance.ItemCount
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ItemCount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ItemCount {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ItemCount : int
function get ItemCount () : int
Wartość właściwości
Typ: System.Int32
Int32 Wartość określająca liczbę pełnotekstowego indeksowania elementów.
Zobacz także