SpaceUsed Property (SQL-DMO)

The SpaceUsed property returns the amount of disk resource used to store data implementing the referenced Microsoft® SQL Server™ index.

Applies To

Index Object

Syntax

object.SpaceUsed

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

Remarks

The return value of SpaceUsed represents a number of kilobytes.

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetSpaceUsed(LPLONG pRetVal);

  


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