Share via


FileGrowthInKB Property

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

The FileGrowthInKB property reports the number of kilobytes of disk space allocated when an incremental increase occurs on an operating system file.

구문

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);

주의

The FileGrowthInKB property is only calculated for those files referencing a DBFile or LogFile object whose FileGrowthType property reports SQLDMOGrowth_MB.

Applies To:

DBFile Object

LogFile Object