This topic has not yet been rated - Rate this topic

MaximumSize Property

SQL Server 2005

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

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

An expression that evaluates to an object in the Applies To list

value

A long integer

Long

Read/write

HRESULT GetMaximumSize(LPLONG pRetVal);
HRESULT SetMaximumSize(long NewValue);
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.