FileGrowthInKB Property
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The FileGrowthInKB property reports the number of kilobytes of disk space allocated when an incremental increase occurs on an operating system file.
Sintassi
object
.FileGrowthInKB
Part
- object
An expression that evaluates to an object in the Applies To list
Data Type
Float
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetFileGrowthInKB(LPFLOAT pRetVal);
Osservazioni
The FileGrowthInKB property is only calculated for those files referencing a DBFile or LogFile object whose FileGrowthType property reports SQLDMOGrowth_MB.