FullTextCatalog.FullTextIndexSize Property
Gets the size of the full-text index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property FullTextIndexSize As Integer
Get
'Usage
Dim instance As FullTextCatalog
Dim value As Integer
value = instance.FullTextIndexSize
[SfcPropertyAttribute]
public int FullTextIndexSize { get; }
[SfcPropertyAttribute]
public:
property int FullTextIndexSize {
int get ();
}
[<SfcPropertyAttribute>]
member FullTextIndexSize : int
function get FullTextIndexSize () : int
Property Value
Type: System.Int32
An Int32 value that specifies the size of the full-text index in megabytes.
See Also