Właściwość FullTextIndexSize
Pobiera rozmiar 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 FullTextIndexSize As Integer
Get
'Użycie
Dim instance As FullTextCatalog
Dim value As Integer
value = instance.FullTextIndexSize
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int FullTextIndexSize { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int FullTextIndexSize {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FullTextIndexSize : int
function get FullTextIndexSize () : int
Wartość właściwości
Typ: System. . :: . .Int32
Int32 Wartość, która określa rozmiar indeksu pełnotekstowego w megabajtach.
Zobacz także