Condividi tramite


Proprietà IndexSpaceUsed

Gets the space used by the index, in KB.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property IndexSpaceUsed As Double
    Get
'Utilizzo
Dim instance As Table
Dim value As Double

value = instance.IndexSpaceUsed
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public double IndexSpaceUsed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property double IndexSpaceUsed {
    double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member IndexSpaceUsed : float
function get IndexSpaceUsed () : double

Valore proprietà

Tipo: System. . :: . .Double
A Float64 value that specifies space used by the index, in KB.