Поделиться через


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