DataSpaceUsage Property (SQL-DMO)

The DataSpaceUsage property indicates the physical disk resource used to maintain the data of a database.

Applies To

Database Object

Syntax

object.DataSpaceUsage

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

Remarks

The value reflects the amount of space in use and reserved for use. The actual data space used by any given table is reported by the DataSpaceUsed property of the Table object. The value represents an amount in megabytes and is accurate to two decimal places.

Data Type

Float

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDataSpaceUsage(LPFLOAT pRetVal);

  


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