MaximumSize Property (SQL-DMO)

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.

Applies To
DBFile Object LogFile Object

Syntax

object.MaximumSize [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Long integer

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMaximumSize(LPLONG pRetVal);

HRESULT SetMaximumSize(long NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.