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.
object.MaximumSize [= value]
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);