SqlCeConnectionStringBuilder.MaxBufferSize Property
Gets or sets the largest amount of memory, in kilobytes that SQL Server Mobile can use before it starts flushing changes to disk.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property MaxBufferSize As Integer
Get
Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer
value = instance.MaxBufferSize
instance.MaxBufferSize = value
public int MaxBufferSize { get; set; }
public:
property int MaxBufferSize {
int get ();
void set (int value);
}
member MaxBufferSize : int with get, set
function get MaxBufferSize () : int
function set MaxBufferSize (value : int)
Property Value
Type: System.Int32
The largest amount of memory in kilobytes. The default value is 640 if not specified.