IndexSpaceUsed 屬性
Gets the space used by the index, in KB.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property IndexSpaceUsed As Double
Get
'用途
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
屬性值
型別:System. . :: . .Double
A Float64 value that specifies space used by the index, in KB.