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