Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the database size in megabytes (MB).
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Size As Double
Get
'Usage
Dim instance As DatabaseAdapterBase
Dim value As Double
value = instance.Size
public double Size { get; }
public:
virtual property double Size {
double get () sealed;
}
abstract Size : float
override Size : float
final function get Size () : double
Property Value
Type: System.Double
The database size in megabytes (MB).