IndexSpaceUsed Property (SQL-DMO)

The IndexSpaceUsed property returns the number of kilobytes of disk resource used to store indexes built on the referenced Microsoft® SQL Server™ table.

Applies To

Table Object

Syntax

object.IndexSpaceUsed

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIndexSpaceUsed(LPLONG pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.