다음을 통해 공유


IndexSpaceUsed 속성

Gets the space used by the index, in KB.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.