MaximumSize Property
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
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.
Syntax
object.MaximumSize [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetMaximumSize(LPLONG pRetVal);
HRESULT SetMaximumSize(long NewValue);