Partager via


FullTextIndexSize propriété

Gets the size of the full-text index.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property FullTextIndexSize As Integer
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .Int32
An Int32 value that specifies the size of the full-text index in megabytes.