The MaximumSize property specifies an upper limit for the size of an operating system file containing table and index data, or maintaining a database transaction log.
| DBFile Object | LogFile Object |
object.MaximumSize [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Long integer |
Long
Read/write
HRESULT GetMaximumSize(LPLONG pRetVal);
HRESULT SetMaximumSize(long NewValue);