Share via


DataSpaceUsage Property

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

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

구문

object
.DataSpaceUsage

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Float

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDataSpaceUsage(LPFLOAT pRetVal);

주의

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 kilobytes and is accurate to two decimal places.

Applies To:

Database Object