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 or sets the maximum size of the database, in Megabytes.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property MaxDatabaseSize As Integer
Get
Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer
value = instance.MaxDatabaseSize
instance.MaxDatabaseSize = value
public int MaxDatabaseSize { get; set; }
public:
property int MaxDatabaseSize {
int get ();
void set (int value);
}
member MaxDatabaseSize : int with get, set
function get MaxDatabaseSize () : int
function set MaxDatabaseSize (value : int)
Property Value
Type: System.Int32
The maximum size of the database, in Megabytes. The default value is 128.