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.