SpaceAvailable Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The SpaceAvailable property returns the amount of disk resource allocated and unused in operating system files implementing Microsoft SQL Server database and database transaction log storage.
Sintaxe
object.SpaceAvailable
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Long
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetSpaceAvailable(LPLONG pRetVal);
Comentários
The return value of SpaceAvailable represents a number of kilobytes.