Size Property
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The Size property exposes the total size, in megabytes, of the Microsoft SQL Server component referenced.
Syntax
object
.Size [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
A long integer
Data Type
Long
Modifiable
Read-only for the Database, FileGroup, and TransactionLog objects.
The Size property is used to set the initial size of operating system files referenced by DBFile and LogFile objects. The property is read/write if a SQL-DMO object is used to create a new SQL Server database or log file. The property is read-only if a DBFile or LogFile object references an existing component.
Prototype (C/C++)
HRESULT GetSize(LPLONG pRetVal);
HRESULT SetSize(long NewValue);
Applies To:
|